jqTouch 与 ASP.NET Webforms
包装所有 ASP.NET Webform 应用程序的表单标记导致 jqTouch 完全崩溃(例如,没有任何效果 - 没有任何转换、效果等)。有人让 jqTouch 来使用 ASP.NET Webforms 应用程序吗?
The form tag that wraps all ASP.NET webform applications is causing jqTouch to completely break (as in, nothing works - none of the transitions, effects, etc). Has anyone gotten jqTouch to work with a ASP.NET webforms application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于移动开发,您可以使用 Jquery mobile。它是专为移动设备开发的,并且具有许多针对移动事件的功能。更小、更快、更容易使用。我已经将其与表单标签一起使用,您只需要维护 main 和每个 aspx 上的头页面。
这里你有所有的参考。
http://jquerymobile.com/
并且可以用google chrome浏览器打开api
http://jquerymobile.com/demos/1.0a3/
问候
For mobile development you can user Jquery mobile. it was developed exclusive for mobile and have a lot of features to mobile events. Is more tiny, faster and easy to use. I had use this with form tag, you just need to main the main , and the head page on each aspx.
You have all reference here.
http://jquerymobile.com/
And can open the api with google chrome browser
http://jquerymobile.com/demos/1.0a3/
Regards