排序
jQuery validate自定义验证
ddMethod(name,method,message)方法 参数 name 是添加的方法的名字。 参数 method 是一个函数,接收三个参数 (value,element,param) 。 value 是元素的值,element 是元素本身,param 是参数。 ...
正确的jQuery设置Radio被选中
< input name='drawStatus' type='radio' value='0' />能 < input name='drawStatus' type='radio' value='1' />否 $(':radio[name='drawStatus'][value='' + val + '']').prop('checked', 'che...