Posts

Showing posts from May, 2019

jQuery

 ➤ Explain the features provided by jQuery? - jQuery is a write less and do more javascript library. - It helps us to make the use of javascript much easier. - It simplifies the complicated things from javascript like the AJAX calls and the DOM manipulation. Features of jQuery are : 1. Effects and animations. 2. Ajax. 3. Extensibility. 4. DOM element selections functions. 5. Events. 6. CSS manipulation. 7. Utilities - such as browser version and the each function. 8. JavaScript Plugins. 9. DOM traversal and modification  ➤ Discuss the advantages and disadvantages of using jQuery in different project scales . The advantages of jQuery The main advantage of jQuery is that it is much easier than its competitors. You can add plugins easily, translating this into a substantial saving of time and effort. In fact, one of the main reasons why Resig and his team created jQuery was to buy time (in the web development world, time matters a lot). The open source lice