Joined November 2012
·
Chris Seckler
Production Supervisor at Trailer Park Inc.
·
Hollywood, CA
·
Posted to
$(selector) vs $.find(selector)
over 1 year
ago
Why choose one over the other?
Posted to
Change the background image with animate
over 1 year
ago
Can you provide an example of this is in use somewhere?
Posted to
Simple jQuery Animations Protip: use .stop(true, true); on all animations.
over 1 year
ago
I was never aware of this easy solution! Great tip! Thanks for sharing!
<br />Here's a great example of the .stop function implementation:
http://css-tricks.com/examples/jQueryStop/
Posted to
Scroll to page sections with <nav> links
over 1 year
ago
Great Tip! <br /><br />Here are two examples of this in action:<br /> http://jsfiddle.net/VPzxG/
http://tympanus.net/codrops/2010/06/02/smooth-vertical-or-horizontal-page-scrolling-with-jquery/
Posted to
Fade out page when clicking links
over 1 year
ago
Here's example of that in action: http://www.onextrapixel.com/examples/jquery-page-transitions/
Posted to
Customizing input file in html forms
over 1 year
ago
Do you have a link to see this in action?
Sweet Design! Have you seen any cool implementations of this on the web?