I want to load external images on my page asynchronously using jQuery and I have tried the following:
$.ajax({ url: \"http://somedomain.
$(function () {
if ($('#hdnFromGLMS')[0].value == 'MB9262') { $('.clr').append(''); } else { $('.clr').css("display", "none"); $('#imgIreland').css("display", "block"); $('.clrIrland').append(''); } });