Posts Tagged web application

  • Basic Form Validation Using The jQuery Validation Plugin

    Form validation is a very important part of any web application. You have to make sure that your users are going to enter a numerical value when they put data into a quantity field (You don't want them to enter "one" into a quantity field, unless of

    more
  • Advanced jQuery Ajax Options

    Yesterday we discussed how you can use jQuery as an Ajax library for your web application. The discussion only covered the most basic options to make the Ajax work. There are many more options available to modify how the Ajax behaves. Today we wil

    more
  • Introduction To jQuery Events

    One of the best features of jQuery is the way it handles events. In jQuery you can code many different types of events that you can not usually available through traditional HTML and JavaScript. Today we will examine a few of the different events a

    more
  • jQuery Date Picker Series

    Choosing a date can be a very important function of any web application. However, there are not a lot of good ways to choose a date, or a series of dates for that manner. Some people have chosen to create a series of select input blocks in order to

    more