Author Archive: vsreddy
Jquery for Beginners
jQuery is a library of JavaScript Functions. jQuery is a lightweight “write less, do more” JavaScript library. The jQuery library contains the following features: HTML element selections HTML element manipulation CSS manipulation HTML event functions JavaScript Effects and animations HTML DOM traversal and modification AJAX Utilities Enabling of jquery on your webpage <head> <script type="text/javascript" [...]
jquery interview questions for freshers
What is jQuery? jQuery is a JavaScript library that simplifies JavaScript and AJAX programming. JavaScript is used to add interactivity and dynamic content to web pages. AJAX (Asynchronous JavaScript and XML) is used for hand
