jquery之实例应用
Query是一个兼容多浏览器的javascript库,核心理念是write less,do more(写得更少,做得更多),对javascript进行了封装,是的更加便捷的开发,并且在兼容性方面十分优秀。 http://www.php100.com/manual/jquery/ 选择器与筛选器系列 模态框 a{ text-decoration: none; color: #428bca; } .modal-backdrop{ position: fixed; top:0; right:0; bottom:0; left:0; z-index: 1040; background-color: #000000; opacity:0.8 } .modal{ position: fixed; top:50%; left:50%; z-index: 1050; max-height: 500px; overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: #ffffff; border: solid 1px #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; } .modal-header{ padding: