Help Wanted!

Dunno: seems so far most jQuery questions are clearly titled with “jQuery” somewhere in them.

Meaning regular JS isn’t getting regularly confused. Or is it?

If it’s a lot of maintenance to have another separate forum, then how about adding stickies for jQuery as well under this same forum. One example could be the use of the ‘this’ keyword, under both js and jQuery.

The use of the this keyword does differ somewhat when it comes to jQuery.
The standard JavaScript use of this is nicely covered in the this documentation, whereas with jQuery I’ve come across little that’s more understandable than the [url=“http://www.learningjquery.com/2007/08/what-is-this”]what is this piece from the Learning jQuery site.