ASP.NET MVC3 jQuery mobile page's Ajax code binding using PageInit event

后端 未结 6 1197
北恋
北恋 2020-12-10 23:00

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()

6条回答
  •  渐次进展
    2020-12-10 23:50

    You example code uses 'pageshow' rather than 'pageinit'. 'Pageinit' should work fine.

提交回复
热议问题