Logo white

Alex Savenko / semena

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • semena
  • www
  • _landing_semena
  • js
  • script.js
  • first push project
    dce46e80
    Alex Savenko authored
    2016-12-07 11:12:12 +0200  
    Browse Code ยป
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();
    });

});