Thursday, August 18, 2011

jQuery Check element exists

if ($('#id' ).length) {
// do something
}


No comments:

Post a Comment