Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts

Wednesday, October 2, 2013

How jQuery works?



We might have seen some activities in javaScript such as hiding an image, color change of text while hovering mouse, changing content periodically, get notification about new messages or tweets, getting  recent message or tweets on top and old getting below new post etc. All we can do it in JavaScript but we have to know some coding stuff and hence time consuming.
Suppose someone providing you service for all requirements for your each single javaScript stuff, it would be excellent in terms of time consuming, error free performance, efficiency etc.
jQuery provides us such services. It is just an add-on library to JavaScript. So it is easy to implement. We can see jQuery as written JavaScript code to implement directly. In general, jQuery does the coding stuff for us.
 

Tuesday, October 16, 2012

jQuery- An Introduction



There are many JavaScript library which provides additional features based on our requirements as Manipulation, Graphics, Tools based, Ajax based, Effect, Web application based, cryptography, Widget and miscellaneous.  Now we will check the DOM-manipulation javaScript library named jQuery.

We can also see more details about javaScript library JavaScript1 JavaScript2

jQuery is a kind of JavaScript library. It has changed the way that we write JavaScript. It is simple and provides more possibilities to create interactive web application. It simplifies HTML document traversing, even handling and Ajax interaction in rapid web application. It is used to create animation and more interactive website.

Copyright © Codingnodes,2014.All Rights Reserved.