bootstrap模态框怎么传递参数?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bootstrap模态框怎么传递参数?相关的知识,希望对你有一定的参考价值。

<img id="'+imgid+'" class="img-rounded" alt="" src="'+imgsrc1+'" data-toggle="modal" data-target="#my_modal'+content_stat+'" style="height:140px;">请问如何在弹出模态框的时候传递一个参数
能否把data-target
改成像href="xx.html?xx&xx"一样带几个参数传过去

  bootstrap参数传递可以用 data-参数名

  如:<div id="test" data-user="张三"></div>

  取值的时候用jquery:

  如:$(\'test\').data(\'user\')就可以取到 张三
参考技术A 换个思路,在模态框中使用ajax来load出需要加载的页面内容 参考技术B bootstrap参数传递可以用 data-参数名

如:<div id="test" data-user="张三"></div>

取值的时候用jquery:

如:$('test').data('user')就可以取到 张三
参考技术C bootstrap参数传递可以用 data-参数名

如:<div id="test" data-user="张三"></div>

取值的时候用jquery:

如:$('test').data('user')就可以取到 张三

bootstrap中modal框数据不清空,怎么解决

参考技术A Dotnet有专门开发Windows service的模块。一旦你部署好了可以安装到windows服务中,那里你能选是否开机启动等。 多查查msdn,学新东西要安下心来,你先掌握了如何开发windows服务

以上是关于bootstrap模态框怎么传递参数?的主要内容,如果未能解决你的问题,请参考以下文章

bootstrap中modal框数据不清空,怎么解决

bootstrap 如何从父页面的表格获取值后传递给模态框的input里面。

如何在 Bootstrap 模式中传递值/参数

django HttpResponseRedirect怎么传递参数

django HttpResponseRedirect怎么传递参数

Bootstrap 模态冻结 iFrame