Skip to main content

Home/ javascript/ Group items tagged jquery

Rss Feed Group items tagged

Javier Neira

Playing with JQuery Validation Library, Part 2 | Elegant Code - 2 views

  • The new part is the remote in the script.   You give it the name/location of your web service to call to validate the field, and the field name/value are passed in. 
  • 1: $('#UserNameForm').validate({ 2: rules: { 3: userNameEdit: { required: true, remote: "<%=Url.Action("VerifyUserName", "Account") %>" } 4: } 5: });
mikhail-miguel

jQuery - 0 views

mikhail-miguel

Web 2.0 and grudge free buttons generator! - 0 views

  •  
    You can create a web 2.0 button in only 4 steps. You can paint your button with preloaded web 2.0 icons or upload your personal icon and customize the font of the text inserted. Enjoy with php, gd2 and Photoshop base button and jquery ajax powered. Hosting, housing windows and linux domain with php, mysql, gd2.
mikhail-miguel

jQuery - 0 views

mikhail-miguel

jQuery - 0 views

  •  
    Supposedly one of the best JavaScript libraries. Compact. Nice DOM handling.
« First ‹ Previous 41 - 60 of 136 Next › Last »
Showing 20 items per page