Guest User

Untitled

a guest
Feb 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. if ("IntersectionObserver" in window === false){
  2. $("#image-load").append("<p class='p_um no-img'>Seu navegador não
  3. suporta a API, atualize a versão ou tente acessar com outro. </p>")
  4.  
  5. ;}
  6.  
  7. <div class="cover-det" id="image-load">
  8.  
  9. <img data-src="img-1.jpg">
  10.  
  11. <p class='p_um no-img'>
  12.  
  13. Seu navegador não suporta a API, atualize a versão ou tente acessar com outro.
  14.  
  15. </p>
  16.  
  17. </div>
  18.  
  19.  
  20.  
  21. <div class="cover-det" id="image-load">
  22.  
  23. <img data-src="img-2.jpg">
  24.  
  25. </div>
  26.  
  27.  
  28.  
  29. <div class="cover-det" id="image-load">
  30.  
  31. <img data-src="img-3.jpg">
  32.  
  33. </div>
  34.  
  35.  
  36. e assim vai...
Add Comment
Please, Sign In to add comment