Skip to content

Tag Archives: jQuery

使用juqery创建加载消息Using JQuery for an Ajax loading message

07-Sep-08

The other day I needed to develop a web page that would display a “loading” message while a large and complex query ran. The solution I came up with involves using Ajax via the JQuery JavaScript library, and goes something like this:

1. Build the base page

The base page will be the one that …

关于jquery在windows XP下IE7窗口位置溢出窗口的bug

22-Aug-08

今天在做一个项目中用到了jquery插件thickbox3.1插件,发现了一个bug,在windows XP下使用IE7,当弹出窗口比较大时,窗口的下面部分会超出ie窗口,而且没有滚动条,怎么也无法看到窗口的全部部分。

经过查找,最后在国外的网站看到了一位朋友修正了这个问题。具体的修正过程看这里吧

如果你也在使用thickbox3.1请使用…

jQuery AJAX in Zend Framework

04-Jul-08

研究一篇老外的文章:在zend framework中使用jquery

I have posted a sample code on my wiki on how to submit variables to an action controller. The sample code contains a niffty jQuery plugin – the jQuery Calendar.

Click here for the tutorial.

Update (05-07-2008): Since this post has been get…

jQuery 技巧总结

27-May-08

一、简介
1.1、概述
随着WEB2.0及ajax思想在互联网上的快速发展传播,陆续出现了一些优秀的Js框架, 其中比较著名的有Prototype、YUI、jQuery、mootools、Bindows以及国内的JSVM框架等,通过将这些JS框架应用到我们 的项目中能够使程序员从设计和书写繁杂的JS应用中解脱出来,将关注点转向功能需求而非实现细节上,从而提…