Stefan Kovacs
Stefan Kovacs
Awesome! Thank You Very Much!
Came back to this because there is another issue if I use your solution. If i use awesome checkbox-es, then in IE11, uncheck all does not work. Working in column...
sessionInvalidate() will do the job. Now the point is how to verify if we will use sessionInvalidate() or cleanUp() I've tried with structKeyExists in metadata but no luck... Did you...
I ended up using SERVER.ColdFusion.ProductVersion to determine which function to run
I think your code is messing up with ````this````. Here is what I suppose you want: ````javascript $('#toggle-event').change(function() { var $elem = $(this); setTimeout( function() { $elem.prop('disabled',false); }, 1000); setTimeout(...