Blah
I want to set $(\'#
$(\'#
jQuery manual suggests to use:
if ($('#parent').has('#child').length) { //do something }
http://api.jquery.com/has/