Skip to content
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

Disable\Enable scrollz #24

Open
TomerSiloni opened this issue Dec 7, 2014 · 2 comments
Open

Disable\Enable scrollz #24

TomerSiloni opened this issue Dec 7, 2014 · 2 comments

Comments

@TomerSiloni
Copy link

How can i Disable\Enable scrollz dynamically?
I need to disable it when I enable sort and than enable it again when I disable the sort option.
I use jquery-ui for sort.

@zippy1978
Copy link
Owner

Hi,
What do you mean by 'disable' ? Do you want to reset the scroll position, remove the pull to refresh ?
Or completely remove the scroll ?

In the latter case, the best would be to destroy the scroll container (or may be just hide it) and create the new content on top of it.

Regards,
Gilles

@TomerSiloni
Copy link
Author

Hi,

I want do disable pull to refresh temporarily so I could drag items in the list (manually change the order of listview items).
After changing the order, I want to enable again pull to refresh.
Dragging items while pull to refresh enabled, is almost impossible…

Regards,
Tomer

From: Gilles Grousset [mailto:[email protected]]
Sent: Monday, January 05, 2015 2:23 PM
To: zippy1978/jquery.scrollz
Cc: Tomer Siloni
Subject: Re: [jquery.scrollz] Disable\Enable scrollz (#24)

Hi,
What do you mean by 'disable' ? Do you want to reset the scroll position, remove the pull to refresh ?
Or completely remove the scroll ?

In the latter case, the best would be to destroy the scroll container (or may be just hide it) and create the new content on top of it.

Regards,
Gilles


Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-68701237.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants