2012年2月14日

Firefox的bug

摘要: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLInputElement.selectionStart]----这个是Firefox的bug 阅读全文

posted @ 2012-02-14 17:13 水行者 阅读(199) 评论(0) 推荐(0) 编辑

基于jquery框架实现以下行的向上、向下和删除

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文

posted @ 2012-02-14 15:51 水行者 阅读(276) 评论(0) 推荐(1) 编辑

each的用法积累

摘要: $("#Q" + q + "_option ul span").each(function (i) { alert(i);--个数 alert($(this))--遍历当前的对象 });jquery如何退出each循环的?在回调函数里return false即可,大多数jq的方法都是如此的 ===================================返回 'false' 将停止循环 (就像在普通的循环中使用 'break')。返回 'true' 跳至下一个循环(就像在普通的循环中使用'co 阅读全文

posted @ 2012-02-14 14:18 水行者 阅读(268) 评论(0) 推荐(0) 编辑

导航