I have quick and simple question. How can I check that an element is in the DOM or not?
For example how can I check if there is
if ( $("#does_i_really_exist_or").length ) { //-- It does exist. }