Static Javascript Validation vs JQUERY Validation

hi

i dont have much experience in static javascript or jquery

But i like some special effects of jquery validation.

My form has around 25 fields

So i would like to know which one loads and works faster to validate 25 fields ?

vineet

jQuery itself is just JavaScript. It’s a library meant to ease common and tedious tasks. If you write minimal and finely-tuned JavaScript, rather than use jQuery, then that would likely execute faster. Though, the performance difference is so small that you likely won’t even notice it. Most top developers choose to use jQuery because it makes their tasks much easier without incurring much of a cost.