I can not get this code to work on Internet Explorer 11. I know this segment is causing the problem. If I upload my file with this code active, IE 11 dispays entire sections of
You should use correct selector:
For this HTML:
JS:
$('img').removeClass('selected'); $('a[href="#1234"]', '.ImageContainer').addClass('selected');
OUTPUT:
Tested on IE 11 and FF 42:
jsfiddle: http://jsfiddle.net/ghorg12110/h1xtty4n/