ajax:

吕的部落格我要改版——

ajax

2007年02月26日

JS框架有更新吗?

Ajax.net最近好像没什么变动,没好好翻。
prototype还是老样子
Jquery最近动作很大,不断结合和吸引一些外Framework,到时候可以结合Yahoo UI与 OpenAjax。
效果是更酷了,唉,不过有种说不出的感觉。
国人对Jquery的关注非是一般啊,看到好多中文留言,哈,prototype的关注就没这么热切,是否prototype太规范了,而jquery就显得自由? 阅读全文...
评论(0) 引用(0) 标签:ajaxprototypejquery
这是来自prototype的AJAX应用介绍,比我以前的介绍详细多了。 阅读全文...
评论(0) 引用(0) 标签:prototypeajax
jQuery Nightly不知道算哪个版本,作者是在情人节的前一天放出来的。 阅读全文...
评论(1) 引用(0) 标签:jqueryajax
在以前的使用Prototype在线图片区域选择
我提到过这个应用,这次上传的实例比较多,因为作者又更新了库,并产生的更多的扩展。查看演示 全文完
评论(0) 引用(0) 标签:Prototypeajax
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. 阅读全文...
评论(0) 引用(0) 标签:ASP.NETAJAX
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. 阅读全文...
评论(0) 引用(0) 标签:ASP.NETAJAX

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

 全文完
评论(0) 引用(0) 标签:ajax
Interface也随着Jquery升级到1.1.1版本了,总体来说没有多少变化.不知道有没有朋友研究过(其实不用研究,用就行了,),适当地应用包你事半功倍从原地址下载,中国电信下载 全文完
评论(0) 引用(0) 标签:jqueryinterfaceajax
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: 阅读全文...
评论(0) 引用(0) 标签:JQueryAjaxCSSXPath

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.

 阅读全文...
评论(0) 引用(0) 标签:jqueryajax
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.
电信用户可以在我的个人小站下载:download the prototype1.5
 阅读全文...
评论(0) 引用(0) 标签:prototypeajax

因为访问外国网站慢,自己放个API DOCS查找起来也方便些

jquery-1.1.1.release docs & api  |  jquery-1.1.1.release api maps

 阅读全文...
评论(0) 引用(0) 标签:jqueryajax
详细多了 阅读全文...
评论(0) 引用(0) 标签:jqueryajax
2007年01月19日

JQuery更新了好几天了

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.

 阅读全文...
评论(0) 引用(0) 标签:jqueryajax
2007年01月17日

JTip终于也用上了.

用这个利用AJAX重入代替原来的Title提示,显示的内容更加随意,呵呵,但如果提示内容带有链接,则需要自己可以下jtip里的事件,因为默认是鼠标在链接上则提示,而移开则不提示,所以不可能点上链接,在线演示(原版)

 全文完
评论(2) 引用(0) 标签:jqueryajax
一直想压缩JS的代码,找了好多工具都不是很理想..这次终于找到了一个好的,推荐给大家阅读全文...
评论(0) 引用(0) 标签:ESCJavascriptAjax
TAB样式部分请自己定义,也可参考我的
简单讲一下实现过程:
  1. 找到链接源,我这里是一串的Li下的链接
  2. 处理样式
  3. 当鼠标移过时载入链接源的网站到指定容器,并切换样式
  4. 让点击事件返回false,这里不会应该点击到链接源网页
  5. Over了.
 阅读全文...
评论(0) 引用(0) 标签:AjaxJQuery
2006年12月21日

JQuery API Book

JQuery的API实在是太多了,经过补充后,更加丰富,我在使用的时候老是翻的头大,还好,他们官方网上还是有API查询的,只是中国的电信访问外国网站实在是夸张,妈的现在还要变相提高上网费用。
JQuery官方API地址(建议网通用户访问):
http://jquery.com/api/
JQuery本地API地址(建议电信用户访问):
http://www.ajax-master.com/Ajax/Jquery/API/ 全文完
评论(0) 引用(0) 标签:JQueryAJAX

Create easily your own ajax loader icon :

  1. Select the type of indicator you want
  2. Enter the background code color you want
    (tick "Transparent background" if you don't want one
  3. Enter the foreground code color you want

Press "Generate it"

activity indicator 地址:http://ajaxload.info/

 


 全文完
评论(0) 引用(0) 标签:Ajax图片
2006年11月30日

Prototype.js Documents

玩了一阵子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. 全文完
评论(0) 引用(0) 标签:prototypeajax
记录:42项 页码:1/3