javascript - Form input hints conflicting with validation plugin -


i'm building html form validates jquery validation plugin.

minimal working example on jsfiddle

i'm trying add hints input boxes it's easier user see enter table length increases.

note 'email' field validated validation plugin. problem validation plugin validating based upon hint-text.

i don't want manually write bunch of filters compare against hint text, wondering if there alternative means of setting hint-text manually setting $(elem).val()?

you use "placeholder" instead of "data-hint".

<input type="text" class="email" placeholder="email" /> 

http://jsfiddle.net/yc4za/


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -