修改成功后弹框提示

$(document).ready(function(){

    <#if sucessStr ?? && sucessStr?has_content >
        $.dialog({
            lock: true, title:'提示',
            content: '${sucessStr}',
            icon: 'success.gif',min:false,max:true
        });
    </#if>

}

posted on 2016-01-25 16:35  Simle  阅读(349)  评论(0编辑  收藏  举报