Preguntas con la etiqueta [prop]
Lista
prop preguntas
.prop() frente a .attr()
18
respuestas
2.5k
votos
725.8k
vistas
Entonces jQuery 1.6 tiene la nueva función prop(). $(selector).click(function(){ //instead of: this.getAttribute('style'); //do i use: $(this).prop('style'); //or: $(this).attr('style'); }) o en este caso hacen lo mismo? Y si tengo que