Archives June 13, 2011
Miscellaneous jQuery Mobile + Django tips
Written by
on
in
Snaking.
Some little tips on how to make your "normal" Django site work properly under jQuery mobile:
- as mentioned before, put your JQM setup code into a base template that all of your mobile pages extend, this means that users can go to any "normal" url and still get the jQuery effects loaded
- create a "content" ...