
解决火狐浏览器缺失拼图部分显示的问题
imgVer({
el: '$("#imgVer")', //绑定的节点
width: '260', //设置长
height: '116', //设置宽
img: [ //图片库
'images/ver.png',
'images/ver-1.png',
'images/ver-2.png',
'images/ver-3.png'
],
success: function() {
//alert('执行登录函数');
error: function() {
//alert('错误什么都不执行')
}
}
});