Recently I had to convert some Javascript code to JQuery scripts. In this process I found that using JQuery do not speed up my site as much as I think. actually Javascript was faster in my case.
So I want to know that, Is JQuery Faster than Javascript or not ?
also
Whats the main advantages of JQuery to Javascript ?