/ Published in: jQuery

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var ghostInput = $('input').filter(function() { return !$(this).attr('id'); })
Comments
