SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: Static Javascript Validation vs JQUERY Validation

Hybrid View

  1. #1
    SitePoint Evangelist
    Join Date
    Nov 2008
    Posts
    595
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    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

  2. #2
    SitePoint Guru bronze trophy Jeff Mott's Avatar
    Join Date
    Jul 2009
    Posts
    785
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    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.
    "Folks who know what they're doing make complexity seem simple."

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •