jquery does not work after navigating another page
Hi, I am developing a project by using ASP.NET MVC 2 and Jquery Mobile.
Everything is working fine but the problem is like that:
I have an index.aspx and contains some links on it.my jquery codes are working fine in this page.I can evalute click function for textboxes or divs.
When I navigate to another page "OtherPage.aspx" , nothing works overhere.
But the tricky thing is , If I call the page directly form my browser like "http://myserver/OtherPage.aspx", everything works again fine.
I try the same conditions with pure html files , the problem is the same.
I could not solve , what is happening.
Help needed, plz..