Response title
This is preview!
function paginate(ind, el) {Only reason this works in IE9 is because I added the follow line to the header of the page, without it it breaks:
if (ind === 0) {
return 'TOP STORIES';
}
else if (ind === 1) {
return 'LIFE';
}
else if (ind === 2) {
return 'Q-C NEWS';
}
else if (ind === 3) {
return 'BUSINESS';
}
else if (ind === 4) {
return 'SPORTS';
}
else {
return 'VIDEO';
}
}
</script>
© 2013 jQuery Foundation
Sponsored by and others.