Neden kimse touchenter olayı bu kodda çalışmıyor? Mouseenter bir masaüstünde iyi çalışıyor. Çok basit olmalı, ben de bir şey özlüyorum. Buradatouchenter olayı çağrılmadı
Örnek - aşağıda http://jsfiddle.net/gCEqH/6/
Tam kodu:
<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
<body>
<img id="myImg" src="http://jackiehutchings.com/wp-content/uploads/2011/09/g-plus-icon-96x96.png" />
<script>
$(window).load(function() {
$('#myImg').on("touchenter mouseenter", function(event){
alert('entered!');
});
});
</script>
</body>
</html>
Windows Phone'da benim için çalıştığından emin misiniz? Hangi tarayıcı? – enginefree
Android telefonda veya iPad'de çalışmıyor. Telefonda hem standart tarayıcıyı hem de Opera'yı denedim. Benim ipad için – Justin
onun iyi çalışıyor. üzerinde çalışırken iyi çalışıyor. irtibatta durmak mı arıyorsunuz? – karthik