The below code does not alert the message in firefox especially version - 39.0.
$(document).ready(function(){
$('#test').load(function(){
alert('loaded');
});
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<img class="content_tag" id="test" src="ACTUAL IMAGE PATH"/>