Consider a scenario where things can be done easily with javascript, would you still prefer jQuery?
Answer / 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 |
Explain some of the key concepts of good code organization patterns.
What is difference between sorting string array and sorting numerical array in jquery?
Why html 5 inputs look different across devices and browsers? : jquery mobile
How we can modify the css class in jquery?
What are features of jquery or what can be done using jquery?
explain width() vs css(‘width’) in jquery
What is the use of noconflict() method in jquery?
What are the different types of selectors?
What is a CDN?
Why do we need to go for JQuery?
What is jquery toggle function?
Explain the difference between body onload() and document.ready() function? : jquery mobile