"destination driven, not destiny driven"
$('[id]').each(function(){ var ids = $('[id="'+this.id+'"]'); if(ids.length>1 && ids[0]==this) { console.warn('Multiple IDs #'+this.id); console.warn($(this).attr("display")); } });
Post a Comment
No comments:
Post a Comment