Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created September 30, 2010 04:41
Show Gist options
  • Save gavinblair/604035 to your computer and use it in GitHub Desktop.
Save gavinblair/604035 to your computer and use it in GitHub Desktop.
$("input[type=text]").each(function(){
if($(this).attr("title").length > 0) {
//do the thing, to $(this)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment