In the following code I set up a change handler on a select box to show and hide some follow up questions based on the value of the selection.
Further, for some valu
This creates an empty jQuery-object:
$([])
Update: In newer versions of jQuery (1.4+), you can use:
$()