IMG-LOGO

What is JQuery?

andy - 13 Dec, 2015 3304 Views 0 Comment

So what is actually JQuery framework? JQuery is a collection of reuseable javascript codes. It is written to help developers and designers to handle most of the common functions they usually write from scratch. The JQuery libraries consists of a lot of useful codes like effects, css and DOM selectors and much more.

The great thing is, this framework is open source and there is a great community support out there for people want to learn JQuery programming.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Blogs

Related Tutorials

DOM Element Selection in JQuery

Learn how easily to manipulate DOM element selection using JQuery One of the cool feature from JQuery is the DOM selector In javascript when you want to reference an object you can refer the object either based on ID or ...

Event Handling in JQuery

So what actually an event? An event can be considered as a result of an action triggered by a process which can be a process clicking of a user or when a page is loading.

Writing your first JQuery function.

Getting started by writing your first JQuery code Learn how to create it from scratch and apply it on your site The best way to start your first JQuery function is after the browser has completedly loaded the page content ...