I'd like to do something like
jQuery_has_result?
do_something()
: do_something_else();
Is there an easy way to get a boolean out of a jquery? I've been playing with about 3 lines of code for the last 4 hours now, and I'd appreciate any help.
Start Free Trial