-
Notifications
You must be signed in to change notification settings - Fork 69
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
Agility and JQueryMobile #72
Comments
|
Agility plays very nicely with JQM :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to consider Agility for my JQM project but can't get a basic example of JQM + Agility working and can't find anyone discussing the combination.
JQM is 'page' oriented and has its own event driven page activation model and api that must be invoked to post-process controls after appending elements to things like listviews. Perhaps that is the rub, but for anyone listening the following is a simple test page that should put the todo example into a JQM context. The console logs appear reasonable but the UI fails to display any content beyond 'Welcome'.
Suggestions appreciated.
<title>Agility.js JQM test</title> <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script> <script src="/js/agility.min.js" type="text/javascript" charset="utf-8"></script>console.log('pwelcome pageshow');
console.log('list is ' + JSON.stringify(list) );
The text was updated successfully, but these errors were encountered: