InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between prop() and attr() in jQuery? |
|
Answer» The PROP() method is USED to change properties for HTML tag as per the DOM tree, WHEREAS attr() changes ATTRIBUTES for HTML tags. |
|