Difference between JavaScript and jQuery
jQuery is a JavaScript library. So far whatever coding we did was in JavaScript. Same coding can be done in jQuery as well.
So what’s the difference?
- jQuery is more easy to learn.
- jQuery syntax is short and simple.
- Better cross browser compatibility
- ready made animation effects like fadeIn, fadeOut, slideUp, slideDown, show, hide
Recent Comments