jQueryMobile 和 ASP.NET GridView 分页器链接
页面上有 .NET GridView 控件。 jQueryMobile 为寻呼机制动 URL。例如 而不是回发: javascript:__doPostBack('ctl00$phContent$gvContactList','Page$2')
它尝试转到页面上的锚点 http://localhost:1172/Server Side/mobile/ContactList.aspx#javascript:__doPostBack('ctl00$phContent $gvContactList','Page$2')
有人可以帮忙吗?
Have .NET GridView control on page. jQueryMobile brakes URLs for pager. For example
instead of postback : javascript:__doPostBack('ctl00$phContent$gvContactList','Page$2')
it tries go to anchor on page
http://localhost:1172/Server Side/mobile/ContactList.aspx#javascript:__doPostBack('ctl00$phContent$gvContactList','Page$2')
Anyone can help ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为给链接一个
rel="external"
应该会阻止 jquery mobile 以这种方式处理它。I think giving the links a
rel="external"
should stop jquery mobile from handling it this way.