随笔分类 -  Jquery 基础

摘要:#jq post 请求 $.post("demo_ajax_gethint.asp",{suggest:txt},function(result){ }); #jq get 请求 $.get("demo_ajax_load.txt", function(result){ }); // jq单击事件 $("#button").click(function(){ ... 阅读全文
posted @ 2018-11-21 15:27 澔如菸海 阅读(216) 评论(0) 推荐(0)