Preguntas etiquetadas con prop

2301
.prop () vs .attr ()

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 no debe de cambiar a usar prop(), todas las viejas...

102
jQuery attr vs prop?

Ahora bien, esta no es solo otra pregunta ¿Cuál es la diferencia? He hecho algunas pruebas (http://jsfiddle.net/ZC3Lf/) modificando el propy attrde <form action="/test/"></form>​ con el resultado: 1) Prop Prueba de modificación Prop: http://fiddle.jshell.net/test/1...