随笔分类 -  前端

摘要:<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> < %@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> 这里就需要有standard. 阅读全文
posted @ 2016-05-30 16:05 Ninon 阅读(405) 评论(0) 推荐(0)
摘要:通过禁止冒泡 event.cancelBubble = true; 阅读全文
posted @ 2016-05-12 11:15 Ninon 阅读(1411) 评论(0) 推荐(0)
摘要:for循环绑定事件时会出现全部都绑定到最后一个事件,如下 <body> <ul id="list"> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul> <script> var list_obj = document.getEl 阅读全文
posted @ 2016-02-03 01:22 Ninon 阅读(446) 评论(0) 推荐(0)