So jQuery 1.6 hat die neue Funktion prop(). $(selector).click(function(){ //instead of: this.getAttribute('style'); //do i use: $(this).prop('style'); //or: $(this).attr('style'); }) oder machen sie in diesem Fall dasselbe? Und wenn ich sie zu Schalter müssen mit prop(), alle alten...
2300
.prop () vs .attr ()