Posts

Showing posts from 2011

What Is JQuery

Image
Hey every one, hope you are having a good productive shinny development day :) yes ... its a long hello sentence :P I could just said "Hi, Hope you are having fun" ... its exactly how JQuery would look like if it wasn't a javascript library, but what the hell ... it is, this blog talks technologies so if you are not interested in programming technologies (like JQuery) you are more than welcome to read for fun :) any how, back to JQuery ... for who does not already know it, the reason I said it would look like that sentence is because the main purpose of JQuery is to write less, do more . Its simply a free, open source, under the MIT License and the GNU General Public License javascript library (a js file) that referenced to it through web pages to use its already done functionalities, it meant to reduce the written javascript code and manipulate the DOM objects in an HTML page. for a best reference for JQuery here is the official site http://jquery.com/