I have been running the following jquery code in IE8 (with jquery 1.4.2). This is working in all other browser like Mozilla, IE9 and so on, but not working in IE8.
Could anyone tell me how can I fix this issue or using the similar code to do the same 'change' function?
$('.input-timesheet-type').live('change', function () {
totalCount($(this).attr('data-teamid'));
});