InterviewSolution
Saved Bookmarks
| 1. |
How do you get the attribute of an HTML tag in jQuery? |
|
Answer» Developers can use this.title function INSIDE the function to get the ATTRIBUTE of an HTML tag in jQuery. Use the following script: Example$('a').CLICK(function() {
|
|