IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
解决img的src在firefox,IE7-8下,无法动态加载的问题
wangjian5748
发表于
2012-05-11 15:35:34
love
0
需求:登录页的验证码图片,单击刷新。 用juery事件绑定, $("#captcha").bind('click', function(){ $(this).attr('src', 'captcha.htm'); //document.getElementById("captcha").setAttribute("src", 'captcha.htm'); });