Blame view

www/_landing_semena/js/script.js 255 Bytes
dce46e80   Alex Savenko   first push project
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();

      });

  

  });