colorbox - 打开colorbox作为ajax

时间:2018-06-04 12:51:17

标签: jquery colorbox

我想使用COLORBOX脚本

我有多少项目。每个人都应该用相同的形式但不同的数据打开colorbox弹出窗口

<a href="list-manage.php?list=1&act=edit" class="ajax-mode">item 1</a>
<a href="list-manage.php?list=2&act=edit" class="ajax-mode">item 2</a>
<a href="list-manage.php?list=3&act=edit" class="ajax-mode">item 3</a>

那么现在我如何打开彩盒并发送不同的商品ID?

它是否像IFRAME模式一样工作?

<form id="item-form" action="#" >

    <div class="form-group">
        <label>Title</label>
        <input type="text" name="item[title]" value="<?PHP echo $mainIndex['title'] ?>" />
    </div>

    <div class="form-group">
        <label>description</label>
        <input type="text" name="item[description]" value="<?PHP echo $mainIndex['description'] ?>" />
    </div>

</form>

JS

$(".ajax-mode").colorbox(fixed: true, width:"80%", height:"80%", maxWidth:600);

0 个答案:

没有答案