Home > Backend Development > PHP Tutorial > php如何实现弹出层?

php如何实现弹出层?

WBOY
Release: 2016-06-23 14:19:53
Original
1313 people have browsed it

弹出层  对话框

在网页中点击“编辑”按钮,弹出一个模态对话框在当前网页上方,对话框中有很多html元素,实现对内容的编辑和表单的提交。例如:


回复讨论(解决方案)

弹出层是 js 的事情

你可以用iframe啥,或者自己找个jquery插件都可以,方法很多

GG了一下,发现jquery弹出层插件鱼龙混杂,太多了!谁用过,能否推荐一个好用的jquery弹出层插件?

GG了一下,发现jquery弹出层插件鱼龙混杂,太多了!谁用过,能否推荐一个好用的jquery弹出层插件?

鱼龙混杂 那就自己写一个 一个遮罩一个新的层控制 显示在最上面.... 绑定点击事件

管他是不是鱼龙混杂,关键是能用就可以了 !


http://js.alixixi.com/demo/384/
这个就还可以

干嘛不自己写一个,深入学一下原理,其实很简单的。用别人的永远不是自己的

http://www.planeart.cn/demo/artDialog/   

http://www.17sucai.com/category/1/4/37  看看这个

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template