Consider a scenario where things can be done easily with javascript, would you still prefer jQuery?
Answer Posted / chaitanya
No. If things can be done easily via CSS or JavaScript then You should not think about jQuery. Remember, jQuery library always comes with xx kilobyte size and there is no point of wasting bandwidth.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does $("P") will select?
How we can select multiple elements in jquery?
List the advantage of using minimized version of jquery?
Explain the difference between event.preventdefault and "return false"? : jquery mobile
Define jquery connect?
What is the difference between $.map and $.grep in jQuery?
What is difference between .setinterval() and .delay() ?
Is Uncaught TypeError: $(…).modal not a function jquery?
With jquery which operating system is more compatible?
What is the difference between onload() and document.ready() function used in jquery?
Do we need to add jQuery file in both Master and Content page?
Why content injected into a page is not enhanced? : jquery mobile
What are jquery plugins?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
Explain remove class jquery with example?