09/23/2015 at 11:58 am
#347917
Keymaster
@ David
Add the following to the template’s javascript file should do the trick. Normally I do not recommend changing the templates code directly but it appears the template has already been tweaked to meet your needs. So what’s one more tweak, right? :)
jQuery( '#cn-tile-plus .cn-category-select.cn-enhanced-select' ).change(function() { this.form.submit() });
Hope that helps!
