-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
click don't work after JScrollPane and Ajax #379
Comments
Can you make some example site for this I can see the 'jump' as I can't reproduce. |
Just for precision this jump, I do when I scroll, as if I lose my hand on my dom |
Sorry as non-native speaker I didn't quiet get what you mean? Is problem that calculation of line is or place is not correct.. |
I will be much clearer the problem is that I load a table via ajax (jquery) whose cells can contain links, buttons or dropdwons and now if I click on an item when the table is loaded if I click on a link which is in a cell that pops up everything works fine but when I scroll to see the other items the links don't work directly and takes you to the start of the scroll you have to click multiple times for it to work. |
Ok looks like the problem that I tried to solve with last RC. Do you have small HTML for debug? |
This is the code I am loading via ajax, so the link and select (tag) at the bottom is not working well (as described above).
|
Thanks I try to get time to take a look this next week or after that. |
Thank you come back to me soon |
Hello @illuusio, I still haven't had a follow-up on our last exchange |
Yes you are correct. I was more optimistic about this week and everything didn't go as I planned so this will be dealed in couple weeks. This is kind of hobby to maintain this so time what I can spend with this is very limited. |
Good morning all,
I don't know if it's me but I noticed some pretty weird behavior, when I fetch the data via ajax and I made a plugin call: $ ('. Scroll-user-table'). JScrollPane ( {
showArrows: true,
hijackInternalLinks: true,
autoReset: true,
horizontalArrowPositions: 'after',
});
After there is a jump when I try to click on an element of the content taken via ajax
It works when I click for the second time
script:
The text was updated successfully, but these errors were encountered: