I'm using jquery cont.scrollLeft(value) which moves the scrollbar and triggers the scroll event, but I also need to add an event parameter so I would be able to identify in the event handler that this scroll was done by my code.
is it possible or maybe there's another way to do scrollLeft(val) and trigger the event so that I could add a flag that would be accessible from the event parameter