JqueryUIdialog函数的基本用法

客户端:    

巴彦网站制作公司哪家好,找成都创新互联公司!从网页设计、网站建设、微信开发、APP开发、成都响应式网站建设等网站项目制作,到程序开发,运营维护。成都创新互联公司自2013年起到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选成都创新互联公司

var dialog = $("#classifications").dialog({
        autoOpen: false,
        width: 800,
        position: { my: "center", at: "center", of: window },
        buttons: {
            'Save': function () {
                var formData = $("#showClassificationForm").serialize();
                $.ajax({
                    type: "POST",
                    data: formData,
                    url: '{{ add_classification_to_maunscript_path(hash_key) }}',
                    success: function(msg) {
                        $(".list-clsfi").html(msg);
                    }
                });
                $("#classifications").dialog('close');
            }
        }
    });
    $("#addClassification").on('click', function(e) {
        e.preventDefault();
        $.get('{{ list_classifications_path(hash_key) }}', function(msg) {
            dialog.dialog('open').html(msg);
        });
    });

服务器端:

   /**
     * List all classifications
     *
     * @param string $hash_key
     */
    public function listClassificationsAction($hash_key)
    {
        $manuscript = $this->getManuscriptByHashKey($hash_key);
        if (!$this->currentUser->isOwnerOfManuscript($manuscript) &&
            !$this->currentUser->canManageManuscript($manuscript)) {
                return $this->stopAndNoPermission();
            }
        $classifications = ClassificationRepository::getByHashKey($hash_key);
        return $this->renderSusyBundle('User:list_classifications.html.twig', array(
            'classifications' => $classifications,
            'hash_key' => $hash_key
        ));
    }


当前文章:JqueryUIdialog函数的基本用法
转载源于:http://bzwzjz.com/article/pgjppp.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 教育网站设计方案 重庆网站设计 商城网站建设 成都网站建设 成都网站设计 重庆网站建设 成都网站建设公司 成都网站设计 成都网站制作 企业网站建设公司 成都网站制作 成都品牌网站设计 重庆企业网站建设 高端网站设计 LED网站设计方案 成都网站建设公司 成都做网站建设公司 成都网站建设公司 温江网站设计 响应式网站设计 成都网站设计 网站建设