¡@

Home 

2014/10/16 ¤W¤È 12:03:59

jquery Programming Glossary: ignorescrollevents

Make scrollLeft, scrollTop changes not trigger scroll event

http://stackoverflow.com/questions/1386696/make-scrollleft-scrolltop-changes-not-trigger-scroll-event

not trigger if the scrolling was done by setting scrollLeft or scrollTop My first thought was a basic switch like ignoreScrollEvents true element.scrollLeft x ignoreScrollEvents false function onScroll if ignoreScrollEvents return false but since events.. setting scrollLeft or scrollTop My first thought was a basic switch like ignoreScrollEvents true element.scrollLeft x ignoreScrollEvents false function onScroll if ignoreScrollEvents return false but since events don't trigger immediately oops duhh that's not.. was a basic switch like ignoreScrollEvents true element.scrollLeft x ignoreScrollEvents false function onScroll if ignoreScrollEvents return false but since events don't trigger immediately oops duhh that's not a workable solution. What other sort of answers..