Ajax.net最近好像没什么变动,没好好翻。
prototype还是老样子
Jquery最近动作很大,不断结合和吸引一些外Framework,到时候可以结合Yahoo UI与 OpenAjax。
效果是更酷了,唉,不过有种说不出的感觉。
国人对Jquery的关注非是一般啊,看到好多中文留言,哈,prototype的关注就没这么热切,是否prototype太规范了,而jquery就显得自由?
阅读全文...
这是来自prototype的AJAX应用介绍,比我以前的介绍详细多了。
阅读全文...
jQuery Nightly不知道算哪个版本,作者是在情人节的前一天放出来的。
阅读全文...
在以前的
使用Prototype在线图片区域选择我提到过这个应用,这次上传的实例比较多,因为作者又更新了库,并产生的更多的扩展。
查看演示 全文完
This topic describes the elements in the Web.config file that support Microsoft ASP.NET AJAX. It also describes how to incorporate those elements into the Web.config file for an existing ASP.NET application.
阅读全文...
Microsoft ASP.NET AJAX documentation includes overviews, tutorials, and API reference topics. We suggest the following progression of documentation to help you to get started.
阅读全文...
If you want to prefix your code to use the AJAX Control Toolkit, add in the following item to your web.config.
<system.web>
<pages>
<controls>
<add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" />
</controls>
</pages>
I think it helps out with the Intellisense in Visual Studio .NET 2005
FROM:Wallace B. McClure
全文完
Interface也随着Jquery升级到1.1.1版本了,总体来说没有多少变化.不知道有没有朋友研究过(其实不用研究,用就行了,

),适当地应用包你事半功倍从
原地址下载,
中国电信下载 全文完
Using CSS and XPath Together
This is a point of confusion, for some: How can you use CSS and XPath together, they're so different! jQuery makes some allowances to make this happen, but we think that developers will really appreciate the advantages of each language. Here are some examples:
阅读全文...
bind( type, data, fn )
Binds a handler to a particular event (like click) for each matched element. The event handler is passed an event object that you can use to prevent default behaviour. To stop both default action and event bubbling, your handler has to return false.
In most cases, you can define your event handlers as anonymous functions (see first example). In cases where that is not possible, you can pass additional data as the second paramter (and the handler function as the third), see second example.
阅读全文...
Gambling Commission under the old regulatory regime, applications have progressed to full hearings while the fortitude of these Online Casinos Extreme commissions and licenses are all but operational; some of these are thought to be dormant and others under construction. Concern at the spate of applications and imposed a cut-off date of April next year for submissions under the old legislation.
阅读全文...
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
Download jQuery (uncompressed) 55kb Great for testing, learning and development
Download jQuery (compressed) 19kb Great for production use
阅读全文...
用这个利用AJAX重入代替原来的Title提示,显示的内容更加随意,呵呵,但如果提示内容带有链接,则需要自己可以下jtip里的事件,因为默认是鼠标在链接上则提示,而移开则不提示,所以不可能点上链接,在线演示(原版)
全文完
一直想压缩JS的代码,找了好多工具都不是很理想.
.这次终于找到了一个好的,推荐给大家.
阅读全文...
TAB样式部分请自己定义,
也可参考我的 简单讲一下实现过程:
- 找到链接源,我这里是一串的Li下的链接
- 处理样式
- 当鼠标移过时载入链接源的网站到指定容器,并切换样式
- 让点击事件返回false,这里不会应该点击到链接源网页
- Over了.
阅读全文...

JQuery的API实在是太多了,经过补充后,更加丰富,我在使用的时候老是翻的头大,还好,他们官方网上还是有API查询的,只是中国的电信访问外国网站实在是夸张,妈的现在还要变相提高上网费用。
JQuery官方API地址(建议网通用户访问):
http://jquery.com/api/JQuery本地API地址(建议电信用户访问):
http://www.ajax-master.com/Ajax/Jquery/API/ 全文完
Create easily your own ajax loader icon :
- Select the type of indicator you want
- Enter the background code color you want
(tick "Transparent background" if you don't want one - Enter the foreground code color you want
Press "Generate it"

地址:http://ajaxload.info/
全文完
玩了一阵子jQUERY,现在又回来了,prototype.js到现在还是1.4
Prototype.js Documents里面有少的Prototype.js应用实例,嘿嘿,研究基础部分累了,搞点好玩的.
Prototype.js is a well written JavaScript framework that takes the pain out of developing dynamic, AJAX’ed style applications. To help promote the use of prototype I have put together a list of sites that discuss or provide examples of using prototype. You can
contact me with any sites that I have missed or with any ideas that will help people who are developing with prototype. Please note, I have nothing to do with prototype, I am only providing a list of links to sites about prototype.
全文完