+ 1
prop() vs attr() in jquery
What is the difference between prop() and attr() in jquery?
1 Antwort
+ 1
On the attr() page scroll down to the attributes vs properties section.
http://api.jquery.com/attr/
http://api.jquery.com/prop/
What is the difference between prop() and attr() in jquery?