Posts Tagged important concepts
-
The jQuery Class
Before we have any major discussion about jQuery it is important that one understand how it works. A lot of your jQuery code will use the jQuery class. You can use the jQuery class two different ways. jQuery('#dom') - Full text way to use jQuery.
more