jQuery: Display the event type on clicking elements
jQuery Events : Exercise-15 with Solution
Display the event type on clicking all h1 elements.
Sample Data :
<body> <h1>This is header1</h1> <h1>This is another header1</h1> <h2>This is header2</h2> <h2>This is header3</h2> </body>
Solution:
HTML Code:
JavaScript Code:
Live Demo:
Contribute your code and comments through Disqus.
Previous: Count the number of milliseconds between the two click events on a paragraph.
Next: Display the keyboard key which was pressed in a textbox.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics