jquery 消息提示类jquery插件整理 (二)

1. Dynamic tooltip

Very cool tooltip! It’s very well made because it consists of cool transition effects and it also has a transparency and a drop shadow effect.

 

More...

jquery 消息提示类jquery插件整理 (一)

(1)Facebox 

Facebox 是一个基于jQuery,Facebook-style的lightbox。能够展示示images,divs或者整个远程页面。




Facebox

More...

一个不错的弹出窗口的js效果(值的收藏)

 

<script type="text/javascript" language="javascript">//more javascript from http://www.gdwd.netfunction sAlert(str){var msgw,msgh,bordercolor;msgw=400;//提示窗口的宽度msgh=100;//提示窗

More...

js 弹窗大全

文字一、 弹出窗口的基本属性设置

<SCRIPT LANGUAGE="javascript">
<!--
window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no')

More...