Blame view

www/_landing_semena/js/script.js 255 Bytes
1ea3b987   Administrator   maby first commit
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();

      });

  

  });