JoelPeterson

Home | Blog | Fundraiser Mailing List
Putting down the things I Pick up
Tips and Tricks I have gathered in web development
Browse: Home / HTML

HTML

jQuery Event Namespacing

By Joel Peterson on July 10, 2012

Today I ventured into the land of namespaced events in jQuery.  I required the ability to remove a specific click event bound to an element without unbinding all of the element’s click events. A little digging brought me to an excellent answer on stackoverflow and looking into the jQuery Documentation for on() I found: An [...]

Posted in jQuery, Tips & Tricks | Tagged events, HTML, jQuery, namespacing | Leave a response

Heroize jQuery Plugin

By Joel Peterson on June 24, 2011

The Heroize plugin generates a customizable animated hero/feature pane for use on your site. Features include play/pause toggle jump to pane buttons keeps code clear and optimized for search engines timer Default panel display if Javascript is not enabled slide transitions. Source https://github.com/joelasonian/heroize-jquery-plugin Sample Display this panel when javascript isn’t loaded Feature 1 Feature 2 [...]

Posted in Javascript, jQuery, plugins, Tips & Tricks | Tagged CSS, HTML | Leave a response

Quick and Easy Windowless Popup Overlay in jQuery

By Joel Peterson on December 2, 2010

The benefits of triggering a popup layover in jQuery over triggering a browser window are numerous. All code in one DOM – all control and tracking done in one page environment. Less reliance on the client’s browser setting that might adversely affect the popup window. (Blockers, Security settings, etc.) No abandoned Popups Last but not [...]

Posted in jQuery, Tips & Tricks | Tagged CSS, HTML, NOTE, Popup Container | 30 Responses

Thanks for scrolling all the way down here! Want more? Catch me on Twitter, FourSquare, Delicious, LinkedIn and My RSS Feed