In all the modern browsers except in IE9 my code is working, but in IE9 it is not getting into my for loop. Please help me in understanding what is going wrong. Thanks.
for(var i=0; i<jobs.length; i++)ß is causing the issue.
{
tmp[jobs[i]['id']] =
{
'jobTitle' : jobs[i]['jobTitle'],
'brand' : jobs[i]['brand'],
'pid' : jobs[i]['pid'],
'dynaURL' : jobs[i]['dynaURL']
};
}