Hi

jQuery Tutorial

     jQuery is the framework of Javascript, this lightweight and this is also called as client side program, it is come with the HTML program. Usually it is mainly used for validations.

Example:
$('#myModal').modal()                      // initialized with defaults
$('#myModal').modal({ keyboard: false })   // initialized with no keyboard
$('#myModal').modal('show')                // initializes and invokes show immediately

Example Program:
Previous
Next Post »