加载中
jquery操作Select方法

jQuery获取Select选择的Text和Value: $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 var checkText=$("#select_id").find("option:selected"...

解决跨域问题的3种方法

使用jq的话,设置ajax这两个属性即可。 第一个为使用crossDomain,第二个属性使其可以传输cookie $.ajaxSetup({     crossDomain: true,     xhrFields: {         withCre...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部