SyntaxFix
Write A Post
Hire A Developer
Questions
Associative? Not without some work, but you can use generic selectors:
var items = new Array(); $('#form_id:input').each(function (el) { items[el.name] = el; });