click event not trigerred in IE
- by ZX12R
I am trying to trigger a click event for a button from jquery. it works very well in FF but IE(all versions) seem to ignore it. this is what i have tried so far..
$('#uxcSubmit').trigger('click');
then tried this..
$('#uxcSubmit').click();
then even tried this to check if it is a problem of jquery..
…