标签: javascript jquery bootstrap-modal
我使用按钮调用具有动态值的bootstrap模式框,这样
<button type="button" data-toggle="modal" data-target="#myModal_editBox" href="path/to/file.php?id=1">
现在我有一些可以调用脚本功能的按钮
action: function ( e, dt, node, config ) { ??? }
如何在该功能中运行我的模态框?