I have this function which uses jquery to add an ochange event to some controls:
It all works up to thePHP Code:function loadForm(formID) {
tableHover("sectiontable", "over");
$("div.applyfilter").remove();
$("#"+formID).find(".inputbox").change(function() {
$("#"+formID).submit();
});
}
line. The onchange event isn't firing. Any jquery experts out there?$("#"+formID).submit();
(Still having trouble subscribing to the jquery mailing list)



)

Bookmarks