Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $(document).ready(SayfayiSigdir);
  2. $(window).resize(SayfayiSigdir);
  3. function SayfayiSigdir() {
  4. var g = $(window).width();
  5. if (g < 1300)
  6. { $('#ortala').animate({ width: "994px" }, { queue: false, duration: 0 }); }
  7. else if (g > 1300 && g < 1546)
  8. { $('#ortala').animate({ width: "1240px" }, { queue: false, duration: 0 }); }
  9. //else if(g > 1546){$('.ortala').animate({width: "1486px"}, { queue:false, duration:100 } );}
  10. else if (g > 1546) { $('#ortala').animate({ width: "1240px" }, { queue: false, duration: 0 }); }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement