Hi,
I am using jQTouch 'tap' event like this:
$('a.noslide').tap(function() {
to listen elements added to the page with ajax.
To make this work I have added those lines to the JQTouch Init
options
touchSelector: 'a.noslide',
slideSelector: 'a:not(.noslide)',
and I use
jQT.goTo('#page', 'slide');
to navigate to the content from my functions.
The problem is that the list items i setted as explained above stay
selected (blue background) indefinitely, also if i tap other list item
(they all stay selected at the same time) or I leave the page and come
back to it.
How can I have this .noslide <li> to follow the behavior of the
default clickable list items?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.