是否可以将 SimpleModal 与 ASP.NET MVC 一起使用?

发布于 2024-07-13 06:01:29 字数 68 浏览 4 评论 0原文

是否可以将 SimpleModal(jquery 插件)与 ASP.NET MVC 一起使用? 因为它里面有回发的东西。

Is it possible to use SimpleModal (jquery plugin) with ASP.NET MVC? Since it has postback stuff in it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

时光无声 2024-07-20 06:01:29

是的你可以

Yes you can

淡写薰衣草的香 2024-07-20 06:01:29

由于它是一个 jQuery 插件,因此没有任何东西可以将它与 ASP.NET 回发模型联系起来。 它与服务器语言无关。 如果您愿意,可以将其与 PHP 一起使用,如此处所述。

Since it's a jQuery plugin there's nothing to tie it to the ASP.NET postback model. It is server language agnostic. You can use it with PHP if you like as discussed here.

染火枫林 2024-07-20 06:01:29

我知道这已经很旧了,但仅供记录,在源代码中,您需要从appendTo('body');更改容器创建。 到appendTo('表单');

I know this is old, but just for the record, in the source, you need to change the container creation from appendTo('body'); to appendTo('form');

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文