Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(function(){
  3.     if( navigator.userAgent.match(/Android/i) ||
  4.         navigator.userAgent.match(/webOS/i) ||
  5.         navigator.userAgent.match(/iPad/i) ||
  6.         navigator.userAgent.match(/iPhone/i) ||
  7.         navigator.userAgent.match(/iPod/i))
  8. {
  9.             jQuery('video').remove();
  10.             jQuery('.pix_overlay_pattern').before(
  11.                 '<div class="pix_slide" data-position="fixed" data-top="0" data-bottom="not">'+'<div data-src="http://www.ailhadotesouro.com/wp-content/uploads/2011/09/Logo_IlhadoTesouro_final2_3Set2011_web.jpg"></div>'+'</div>'+'<div id="pixwall_target" data-position="fixed" data-top="0" data-bottom="not"></div>'
  12.             );
  13.             jQuery('.pix_slide').pixwall();
  14.         }
  15. });
  16. </script>
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement