$("a").click(function () {
if($(this).text()=="更多"){
$("a").text("简化");
$(".dda").toggle()}else {
$("a").text("更多");
$(".dda").toggle()
}
})
if($(this).text()=="更多"){
$("a").text("简化");
$(".dda").toggle()}else {
$("a").text("更多");
$(".dda").toggle()
}
})
param和serialize的区别是什么?前者是对任意的参数进行URL地址格式的转换,而后者仅属于form提交的数据转换。
2016-06-01
$("input[type=password]").addClass("bg_red");也可以
2016-06-01