SORU
1 Aralık 2011, PERŞEMBE


Seçmek veya değiştirmek, veri öznitelik değeri elde

Kodu döndürür 'tanımsız'... . aşağıdaki

$('select').change(function(){
    alert($(this).data('id'));
});

<select>
    <option data-id="1">one</option>
    <option data-id="2">two</option>
    <option data-id="3">three</option>
</select>

CEVAP
1 Aralık 2011, PERŞEMBE


Seçili seçenek bulmak gerekir:

$(this).find(':selected').data('id')

ya

$(this).find(':selected').attr('data-id')

ilk tercih edilen yöntem olmasına rağmen.

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

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • ICON

    ICON

    19 EKİM 2011
  • 趣味そうこ♪

    趣味そう

    3 Mart 2010
  • Music EuroDance 2

    Music EuroDa

    12 Mayıs 2011