“JQuery Store Attribute de datos en variable” Código de respuesta

atributo de datos jQuery

/* html */
<a data-number="123">link</a>

/* js */
$(this).attr("data-number") // returns string "123"

$(this).data("number") // returns number 123 (jQuery >= 1.4.3 only)
Potato

JQuery Obtener el atributo de datos

<a data-id="123">link</a>


var id = $(this).data("id"); // Will set id to 123
Mingles444

JQuery Store Attribute de datos en variable

hot and sexe videos
you and your sister
sex with me
and saying fuck me, fuck me, fuck me
phir mainay apna lun us may daal hi deya
Silly Skylark

JQuery Store Attribute de datos en variable

<html>
<body>
<your-sister>
Your sister saying me fuck fuck and only fuck
</your-sister>
<phir>
Mainay apna lun us mai daal deya
</phir>
<tab> tab ja kay us ko sukoon aya</tab>
</body>
</html>
Silly Skylark

Respuestas similares a “JQuery Store Attribute de datos en variable”

Preguntas similares a “JQuery Store Attribute de datos en variable”

Más respuestas relacionadas con “JQuery Store Attribute de datos en variable” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código