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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -