2014年8月14日
摘要: $.ajax({ type: "GET", url:"ajax_url.php", cache: false, data:{'action':'ABC','website':'DDD'}, dataType: "json", success:function(data){ /... 阅读全文
posted @ 2014-08-14 15:07 思静 阅读(341) 评论(0) 推荐(0) 编辑
摘要: $(document).on("click", 'a.AAA', function(){ var flag=$(this).attr('flag'); alert(flag); }); 阅读全文
posted @ 2014-08-14 11:28 思静 阅读(132) 评论(0) 推荐(0) 编辑