Getting an empty JQuery object

This creates an empty jQuery-object:

$([])

Update:
In newer versions of jQuery (1.4+), you can use:

$()

Leave a Comment