jquery mobile - Function to be executed on home page only -
i have multi page jquery mobile document. structure like.
page a
page b
page c
i know can execute function on every pageshow using pageshow when u link page #pagea in browser leaves main url only. want execute function when user on mydomain.com
i can propose general solution. each page can have div
<div class="page_{variable}"></div>
and check jquery whether have
$(".page_a"), $(".page_b")
and on. hope helps.
Comments
Post a Comment