Skip to main content

Posts

Showing posts from July, 2013

Difference between Javascript and JQuery?

JavaScript JQuery JavaScript is a scripting language. jQuery contains set of library functions made of JavaScript. JavaScript is a combination of ECMA Script and Document Object Model (DOM) jQuery has Document Object Model (DOM). Animations are not possible using JavaScript. Animations can be easily created using jQuery. Support almost all browsers Support HTML Document tracersing,Event handling, animating, and Ajax, interactions for rapid web Delevelopment