Struggling with jQuery

I am web developer but i really struggle with jQuery. I am good with javascript and making logic and working around it, but i want to do more like be a expert in js and jQuery. Any tips?

jQuery is basically a wrapper around a number of JavaScript commands. It didn’t start out that way but JavaScript commands have been developed that duplicate just about everything that jQuery demonstrated is useful.

If you take a look at the jQuery section of http://javascriptexample.net it shows how the various jQuery commands are related to the plain JavaScript equivalents.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.