Comments on: Special scroll events for jQuery https://j11y.io/javascript/special-scroll-events-for-jquery/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Filipi https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1091 Fri, 30 Oct 2009 17:28:03 +0000 https://j11y.io/?p=996#comment-1091 Hi james… I want to put your code together to mine on a open source plugin handling scrolling events. There’s no License reference on your code.

Do you mind if I release this plugin with your code together (obviously with the reference to yours)?

]]>
By: ben babics https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1090 Wed, 22 Jul 2009 00:59:46 +0000 https://j11y.io/?p=996#comment-1090 I’ve been in need of a “scrollstop” event for a project I’m working on and this worked flawlessly… the first time! You are a true jQuery gangsta! 🙂

Thanks,
Ben

]]>
By: Mahbub https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1089 Thu, 16 Jul 2009 08:47:57 +0000 https://j11y.io/?p=996#comment-1089 Nice plugin! Thinking of implementing in registration pages or some lazy load pages.

]]>
By: Janko https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1088 Mon, 13 Jul 2009 15:32:49 +0000 https://j11y.io/?p=996#comment-1088 Very clever solution, good work.

]]>
By: Vipul Limbachiya https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1087 Mon, 13 Jul 2009 14:42:38 +0000 https://j11y.io/?p=996#comment-1087 Gr8 plugin!! will really help me! Thanks for sharing

]]>
By: James https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1086 Mon, 13 Jul 2009 13:33:34 +0000 https://j11y.io/?p=996#comment-1086 @David, Thanks! I completely forgot that part; jQuery takes care of all the handling but I forgot that I’d bound an additional handler that jQuery didn’t know was related… Anyway, all fixed now! Thanks! 🙂

]]>
By: David https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1085 Mon, 13 Jul 2009 13:04:47 +0000 https://j11y.io/?p=996#comment-1085 Excellent writeup, thanx! As you said, now with your example, mr Aarons Special Events article suddenly makes perfect sense.

Just to nitpick a bit (and make sure I have actually grasped the goings on) – shouldn’t you, in both teardown functions, unbind the scroll event? Since now, if I bind scrollstart/stop to an element, and then for whatever reason unbind the same event, the scroll event (bound by the scrollstart/stop setup) will still be bound, and I only THINK I’ve made my bed. 🙂

]]>
By: Jerome https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1084 Sat, 11 Jul 2009 22:22:31 +0000 https://j11y.io/?p=996#comment-1084 Wow, I’ve struggling with scrollends for a horizontal scroll just this week for a new project. I found a way to solve several issues but with your special event it makes my code a whole lot easier. Good job you did there. Tested it in Safari 4.0 and Firefox 3.5 on a mac and works just fine! Keep up the good work!

]]>
By: Jeremy https://j11y.io/javascript/special-scroll-events-for-jquery/#comment-1083 Sat, 11 Jul 2009 13:16:35 +0000 https://j11y.io/?p=996#comment-1083 Great plugin! Just need to figure out how and when to use it.

]]>