itVincent Blog - Java Working Fun!

技术引领时代!
posts - 117, comments - 181, trackbacks - 0, articles - 12

javascript

     摘要: 升级到1.4后,使用jQuery.getJSON获取JSON数据不成功了  阅读全文

posted @ 2010-03-03 16:11 itVincent 阅读(2650) | 评论 (0)  编辑 |

     摘要: jQuery 1.4.2 发布
新特性
加了两个新方法: .delegate() 和.undelegate(). 是对.live() and .die() 的补充. 这两个方法对特定的事件的监听起到简化。
  阅读全文

posted @ 2010-02-23 14:22 itVincent 阅读(2430) | 评论 (1)  编辑 |

posted @ 2010-01-08 13:26 itVincent 阅读(293) | 评论 (0)  编辑 |

     摘要: 【问题描述】

使用Firefox3.0+打开页面,点击了一个< button onclick="doWork()">去执行doWork方法,但是doWork没有执行,表单却提交了。另外IE6、7没有此问题。
  阅读全文

posted @ 2009-08-24 13:46 itVincent 阅读(3763) | 评论 (6)  编辑 |