script.js 255 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 $(document).ready(function(){ $('.fertilizer-block-img img').width(function(i,val){ $(this).css({marginLeft:-val / 2}) }); $('.plan-lending-circle-wrap a').click(function (e) { e.preventDefault(); }); });