Return to Snippet

Revision: 36680
at November 24, 2010 21:52 by Sullan


Initial Code
if(typeof $(this).attr('name') !== 'undefined') {
    alert("Asdsad");
}

Initial URL


Initial Description


Initial Title
Check if Element has an attribute

Initial Tags
jquery

Initial Language
jQuery