Posts Tagged ‘div提示框’

Thursday, October 22nd, 2009 at 21:02 | 0 comments
Categories: Js/AJAX

 

jquery.msgbox 3.1    历史版本:  1.0   2.0  3.0

3.1 更新:

Read More: 146 Words Totally

Monday, October 12th, 2009 at 22:24 | 0 comments
Categories: Js/AJAX

 

jquery.msgbox 3.0    历史版本:  1.0   2.0

测试页面

Read More: 369 Words Totally

Saturday, October 3rd, 2009 at 10:55 | 2 comments
Categories: Js/AJAX

 

此插件所有的更新都会跟在此文章后, 特此通知!

Google Code Project Home Page: http://code.google.com/p/jquery-msgbox/

Read More: 2279 Words Totally

Thursday, October 1st, 2009 at 00:20 | 76 comments
Categories: Js/AJAX

 

前面用prototype写过一个div提示框(链接), 功能上还是有所限制. 现在用jquery改版了这个提示框, 增加的功能有:

1. N秒后自动关闭提示框

Read More: 1987 Words Totally

Sunday, May 31st, 2009 at 10:01 | 2 comments
Categories: Js/AJAX

 

这两天写出来的, 其实一直想实现这样的效果, 就像wp后台那样, 用div提示框,且背景变暗不可操作, 这样的代码不是不好实现, 只是要把它封装起来, 能供以后调用不好弄, 我把它封装了一下, 以后直接调用就行了, 这样以后就可以告别js的alert和vbscript的msgbox了.

实现思路:  先加一个背景层, 让它透明, 再加提示框层. 然后再在提示框里插入文字或者元素.

Read More: 3134 Words Totally

Thursday, December 25th, 2008 at 14:15 | 4 comments
Categories: Js/AJAX
TOP