Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial1 Answer
Tushar Singh
Courses Plus Student 8,692 PointsWe have the ability to create dynamic web pages by using events. Events are actions that can be detected by your Web Application.
When these events are triggered you can then use a custom function to do pretty much whatever you want with the event. These custom functions are called Event Handlers.
Some event handlers https://api.jquery.com/category/events/event-handler-attachment/
I din't learn a thing from this dude, may be something was wrong with me, I have no idea. If you think You need more resources to understand, give it a try. https://www.youtube.com/watch?v=GNb8T5NBdQg&list=PL6B08BAA57B5C7810
brandonlind2
7,823 Pointsbrandonlind2
7,823 PointsThanks!