' var 컨테이너 = $(html); container.hide(); $(document.body).append(컨테이너); var 패널 = new Q.Panel(); container.find(".btn_tit_close").click(function() { panel.close(); return false; }); container.find(".btn_gray").click(function() { if (취소) cancel(); panel.close(); return false; }); container.find(".btn_org").click(function() { if (예) yes(); panel.close(); return false; }); panel.show({ 컨테이너: 컨테이너, 높이: 컨테이너.높이(), 너비: 컨테이너.너비() }); };
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn