[jQuery] Check if a variable is set?

[jQuery] Check if a variable is set?


I wonder if jquery supports something like this? (like php isset()
function)
I know I can certainly write a function for it, but I dont want to re-
invent the wheel if jquery already supports it
Regards