Jquery ASP.NET 2.0
jquery 与 asp.net 2.0 兼容吗...我的意思是我可以在 asp.net 2.0 中使用 jquery 吗?
Is jquery compatible with asp.net 2.0...i mean can i use jquery in asp.net 2.0??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以自由地使用它,我的意思是您不会遇到 Javascript 问题,但不要指望与任何类型的 ASP.NET 控件进行交互。
You can use it freely, I mean that you will have no Javascript problems with that, but don't expect interaction with ASP.NET controls of any kind.
是的,确实如此。我现在正在使用它
Yes, indeed it is. I am using it at the moment
是的。 jQuery 是一个在客户端(Web 浏览器)上运行的 JavaScript 框架。 Asp.net 是一个 Web 开发框架,在 Web 服务器上执行脚本。
Yes. jQuery is a javascript framework that runs on the client (in a web browser). Asp.net is a web development framework that executes it's scripting on a web server.