Different ways to include jQuery in your website
Posted by Sunil | Filed under Web Development
jQuery is javascript frame work which simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. You can include jQuery in different ways. 1.Download it from jQuery site and include it into your webpage 2.Include it from Google server google.load(‘jquery’, ’1.3.1′); or 3.Include it from Jquery’s site These are the different [...]











