<img src="book.png" alt="Book" id="book">
$( "#book" ).load(function() { // Handler for .load() called. });
$(function() { $(".ob_img img").load(function (){ $(this).filter(function() { return $(this).width() > 100 }).after('<div class="photo_numb"></div>') }) });