RPeraltaJr
2/14/2018 - 8:21 PM

Check if element exists

if ( $("#myDiv").length ) {
    $("#myDiv").show();
}