Please visit my new campsite listing site ukcampingmap.co.uk


Posts Tagged ‘jnice’

jNice styled forms fix for select change event

Saturday, March 21st, 2009

I’m working so can’t be bothered writing out in full, but in case anyone else spends hours trying to work out why their fancy looking jQuery select boxes don’t seem to have a change event, add this line near the end of the selectUpdate function, just before return false;

$select.trigger(“change”);