no error message, just isn't working in ie
when i click my ui.button(), the fields do not clear in my form in ie/any version i've tested with.
$(window).on('click','#clear_filter', function(e){
$('#filter_form').find(':input').val('');
$('#date_from').val('');
$('#date_thru').val('');
});
any help appreciated.
thanks,,
greg
(fiddle is down)