课程
/前端开发
/jQuery
/jQuery基础课程
求大神帮忙看看,有没问题
2015-12-05
源自:jQuery基础课程 9-5
正在回答
你的js代码是有问题的。
$(function(){ if($.cookie("email")){ $("#email").val($.cookie("email")); } $("#btnSet").bind("click",function(){ if($("#chksave")[0].checked==true){ $.cookie("email",$("#email").val()); }else{ $.cookie("email",null); } }) })
忧郁哟 提问者
李晓健 回复 忧郁哟 提问者
举报
加入课程学习,有效提高前端开发速度