Hello ! I’m using the jqxScrollView widget and I need your help.
I want to track the left position of the hole div. I’ve modified the plugin a little bit in order to do so.
You can see the modified demo here.
As you can see, I can track the position while moving the images. But I want to be able to do the same when I drop it.
I mean when I drop it, the position changes dynamically but I can’t track it.
I managed to do something close but it works only when I release very quickly after I moved the image. I don’t know why but if I move then wait and release, it won’t track properly.
This video may help to understand my point because I know it may not be clear.
Here is …. the modified script. I’ve only made 2 changes at line 89-90 and 137-138.
So how can I track completely the left position please ?
Thanks.