sacjs / website

:bear: Sacramento JS meetup website
https://sacjs.com/
34 stars 2 forks source link

Lightning Talk: Writing a jQuery Plugin #54

Closed dagan closed 8 years ago

dagan commented 8 years ago

Name: Dagan Henderson Twitter Handle: @TechDagan GitHub Username: dagan Employer: Fidelity Investments Hometown: Roseville, CA

Talk Length: 5 minuter

Title: Writing a jQuery Plugin Brief Description: jQuery is a powerful javascript library with built-in support for DOM traversal, AJAX, animations, event handling, and DOM manipulation. It also has a very simple plugin API that makes it highly extensible. It's so simple, you can learn how to write a jQuery plugin in less than five minutes!