Return to Snippet

Revision: 45524
at May 3, 2011 06:36 by diogoweb


Initial Code
if ( $('#myDiv').length ) {
    // do something with myDiv
}

Initial URL
http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/

Initial Description


Initial Title
Check if div exists on page

Initial Tags


Initial Language
jQuery