I am needing to be able to return, using back, to the Search/Filter page after a user clicks a link on the Search/Filter page. To the nav.html page, I have added the attribute data-dom-cache="true" to the div with data-role="page" (see below), but is not working.
I've seen posts for this elsewhere, but the suggestions are not working for me. I need a basic <ul> that displays the <li> with the standard bullets. Here's what I've tried...
I placed the mobile.ignoreContentEnabled = true in the head...
<script> $(document).on('mobileinit', function () { $.mobile.ignoreContentEnabled = true; }); </script>
</head>
I put my <ul> in a <div> with the data-enhance="false" attribute...
<div data-enhance="false"> <ul> <li>Send and receive email.</li> <li>View foundation staff availability and schedule meetings.</li> <li>Open the foundation’s global address list.</li> </ul> </div>
But no bullets for my <li>. Not sure what else to do.
I'm looking for the definitive answer for using google analytics in jQuery Mobile 1.2. I've tried all of the usual suspects out on the web, but none seem to be working. It would be great if this were posted somewhere within jQuery Mobile content, if it is please point me that direction.
Thanks so much for any help.
Here's what I have that's not working:
<head> <scripttype="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'MO-XXXXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;