We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hey,
i dont understand the integration to jquery mobile, i just have to add the data-scrollz attribute NOTHING MORE? regards from austria
The text was updated successfully, but these errors were encountered:
Hi,
That's it ! But don't forget to include the .js and the .css file in your page, as described here:
<html> <head> <link rel="stylesheet" href="jquery.mobile.css"> <link rel="stylesheet" href="jquery.scrollz.css"> <script src="jquery.js"></script> <script src="jquery.mobile.js"></script> <script src="jquery.scrollz.min.js"></script> </head> <body> <div id="index" data-role="page" data-theme="a"> <!-- Header --> <div data-role="header" data-position="fixed" data-tap-toggle="false"> <!-- Header content here. --> </div> <!-- Content : data-scrollz supports 'simple' or 'pull'. Content is automatically resized to the window height between header and footer. --> <div id="content" data-role="content" data-scrollz="pull"> <!-- Scrollable content here. --> </div> <!-- Footer --> <div data-role="footer" data-position="fixed" data-tap-toggle="false"> <!-- Footer content here. --> </div> </div> </body> </html>
Regards, Gilles
Sorry, something went wrong.
No branches or pull requests
hey,
i dont understand the integration to jquery mobile, i just have to add the data-scrollz attribute NOTHING MORE?
regards from austria
The text was updated successfully, but these errors were encountered: