Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 27th, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Issue with jquery hover behaviour when viewing my website on an ipod/iphone/ipad
  2. $("#youtube").mouseenter(function(){
  3.     $('#youtube_hover').stop(true,true);
  4.     $("#youtube_hover").fadeIn(300);    
  5. }).mouseleave(function(){
  6.     $('#youtube_hover').fadeOut(300);      
  7. }).click(function(){
  8.     $('#youtube_hover').fadeOut(300);
  9. });