We are writing JQueryMobile application using ASP.NET MVC3 + JqueryMobile RC1.
Few pages have their own Ajax methods which we call using jQuery code ($.getJSON()
You could keep a variable IsPageInitialized = false for each page, bind events only if this variable is false and set it to true when you assign the event handlers.