Skip to content

wcx14311/jq-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jq-plugin

form.value.check.js 表单检验不为空的操作

$('#dialogform').formValueCheck(function(){
   alert('验证通过')
});

button.count.down.js 按钮倒计时禁用

$('#bindbank').click(function(event) {
    $(this).startCountDown(60)
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published