Guest User

Untitled

a guest
Jul 23rd, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. $(window).load(function() {
  2. var runWidth = $(window).width();
  3. if (runWidth < 440) {
  4. setTimeout(function() {
  5. document.getElementById('list-view').click();
  6. }, 1000);
  7. } else if (winWidth < 660) {
  8. setTimeout(function() {
  9. document.getElementById('grid-view').click();
  10. }, 1000);
  11. } else if (winWidth < 880) {
  12. setTimeout(function() {
  13. document.getElementById('grid3-view').click();
  14. }, 1000);
  15. } else {
  16. setTimeout(function() {
  17. document.getElementById('grid3-view').click();
  18. }, 1000);
  19. }
  20. });
Add Comment
Please, Sign In to add comment