Sunday, October 4, 2009

JQuery- The Javascript Library

We all have probably done coding ,and are more comfortable in understanding any new language with the help of previously learnt language . So I would take such an approach to exlain JQuery library of javascript . Almost all of us have done programming in C++. We always use strrev and don't go on for reversing a string in a loop. This is because it "reduces work". Same is the concept of JQuery . Its like using STL(standard template library of C++). Someone has written long library codes in javascript for you :) . You just have to pick up one that suits you and make beautiful site.
For using it you will have to put the famous and essential file "jquery.js" file in same folder where you put your library of JQuery (e.g. jquery.fancybox-1.2.1.pack.js file).
Now just embed the javascript file(e.g. jquery.fancybox-1.2.1.pack.js) in your webpage. Further is just a play. Make new designs with photoshop, attach it with the your webpage to give new look to the library or change the parameters of .js file according to your wish. Types of parameters vary with the library member that you use. I suggest the use of dream-weaver for ease.

2 comments: