SORU
14 Mart 2011, PAZARTESİ


jquery: stopPropagation vs stopİmmediatePropagation

Kimse bana farkları noktası, b/w event.stopPropagation() ve 2* *yöntem(muhtemelen örnek) bir WordPress kullanmak olabilir?

CEVAP
14 Mart 2011, PAZARTESİ


stopPropagation herhangi bir engel olacaktırüststopImmediatePropagation süre yürütülen işleyicileri aynı şeyi yapacaktırama aynı zamandayürütmeden gelen diğer işleyicileri önlemek.

jquery documentation: hızlı örnek

$("p").click(function(event){
  event.stopImmediatePropagation();
});
$("p").click(function(event){
  // This function won't be executed
  $(this).css("background-color", "#f00");
});  

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • curioustravelers

    curioustrave

    12 AĞUSTOS 2006
  • glowpinkstah

    glowpinkstah

    16 Mayıs 2006
  • ibebrent

    ibebrent

    23 Temmuz 2007