- Issue with jquery hover behaviour when viewing my website on an ipod/iphone/ipad
- $("#youtube").mouseenter(function(){
- $('#youtube_hover').stop(true,true);
- $("#youtube_hover").fadeIn(300);
- }).mouseleave(function(){
- $('#youtube_hover').fadeOut(300);
- }).click(function(){
- $('#youtube_hover').fadeOut(300);
- });