代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/490550/1197863
js validate_form.js
addLoadListener(init);
function init()
{
document.forms[0].onsubmit = validateFields;
return true;
}
function validateFields()
{
var elements = document.forms["contactForm"].elements;
var e
www.eeworm.com/read/488572/1229261
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/480258/1320574
js jquery_validate.js
/* ignore IE throwing errors when focusing hidden elements */
(function($){$.extend($.fn,{validate:function(options){if(!this.length){options&&options.debug&&window.console&&console.warn("nothing sele
www.eeworm.com/read/479035/1345631
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/475024/1386307
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/474971/1386603
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/471425/1431239
js client_validate.js
//是否为空校验
function isEmpty(s) {
var lll=trim(s);
if( lll == null || lll.length == 0 )
return true;
else
return false;
}
//删除字符串左边的空格
function ltrim(str) {
if(str.length==0)
retu
www.eeworm.com/read/459967/1564032
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Universal