I am currently working through this tutorial: Getting Started with jQuery
For the two examples below:
$(\"#orderedlist\").find(\"li\").each(function
Yeah, by using $(this), you enabled jQuery functionality for the object. By just using this, it only has generic Javascript functionality.
$(this)
this