javascript - JQuery Mobile: <script> tags do not show up but code runs -
i'll refer ticket step in right direction need:
jquery mobile not loading new page scripts
one of answers states code not nested in first $([data-role=page])
tag in jquery mobile not show in html. don't know if maybe browser quirk or not regardless, code getting run despite never showing up. find difficult if want debug js code since can't add break points of it.
i've had problem using jquery autocomplete plugin works 1 time , after submitting form , returning the form no longer works. believe because page (well partial piece of jquery mobile) gets reloaded , autocomplete plugin no longer bound textbox. i've tried using live
, on
methods make sure rebound doesn't work.
can javascript/jquery mobile geniuses out there me out problem? thanks!
Comments
Post a Comment