摘要:
$("#artdetailpage").live("pageshow", function(e) {var query = $(this).data("url").split("?")[1];;query = query.replace("id=","");//query is now an ID, do stuff with it...}); 阅读全文
posted @ 2012-03-23 18:01
KID
阅读(569)
评论(0)
推荐(0)
摘要:
<root> <item> <key>001001</key> <text>thanks</text> </item> <item> <key>001002</key> <text>very</text> </item> <item> <key>002001</key> <text>much</text> </item></root>$(xml).find( 阅读全文
posted @ 2012-03-23 16:42
KID
阅读(159)
评论(0)
推荐(0)