> And currently it's also the only way to get an empty jQuery object, as
> an empty selector will return 'document'.

You can get an empty jQuery object like this:

var $empty = $([]);

Reply via email to