Donc jQuery 1.6 a la nouvelle fonction prop(). $(selector).click(function(){ //instead of: this.getAttribute('style'); //do i use: $(this).prop('style'); //or: $(this).attr('style'); }) ou dans ce cas font-ils la même chose? Et si je dois passer à l'utilisation prop(), tous les anciens attr()appels...
2301
.prop () vs .attr ()