Hey, thanks for the tip. I had to modify the code you gave me just a tad. You can see the changes I had to do for it to work. The ID selectors were causing it to fail.
$('input[name="cn-cat"]').change(function(){ $('form.cn-form').submit(); });
Cheers
-
This reply was modified 11 years, 3 months ago by
Rocky Losli. Reason: Visual