$(document).ready(function() { $("#content table tr:odd, #content .specs dd:odd").addClass("odd"); $("#content .box img").load(function() { var width = $(this).width(); $(this).parent().width(width); }); });
