DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Disable scrolling after click event #74

Closed pezzo closed 12 years ago

pezzo commented 12 years ago

Hi, I cannot disable dynamically scrolling of a page after clicking on a button. Is there a simple way??

Thank you Bye!

DataZombies commented 12 years ago

I don't understand the issue. The goog group (https://groups.google.com/forum/#!forum/jqtouch) is probably a better place to ask this question.

pezzo commented 12 years ago

I've implemented a tab panel using your extension (2 simple link buttons) , when I click on one of the 2 links I would disable the i-scroll object.

webuniverseio commented 12 years ago

That is the way to access iScroll object - $('.current .s-scrollwrapper').data('iscroll'), now you can use destroy() or anything else you need.