自我介紹
部落格,備份,搬家,CSS,Javascript,jquery,json,c#,.net.
//透過相簿紀錄來訪
jQuery(function($) {
//albumRec
if (top.location == location) {
if ($("#link-album a").length) {
if ($("#link-album a").attr("href").length) {
// $("", {
// "src": $("#link-album a").attr("href"),
// "style": "top:-2000px;position:absolute;"
// }).appendTo($("body"));
}
}
}
});