There is a function that works fine in all browsers except ie. tell me what's wrong ....
function findItemResult() { var activeInput = district.find("input:checked"); arr = []; activeInput.each(function( index ) { item = $(this).attr("id"); arr.push(item.substring(10,18)); }); return arr; };
thisanditemat the time of the exception. - Sergey Gornostaevitembeforeitemvar... - MedvedevDev