码迷,mamicode.com
首页 >  
搜索关键字:href    ( 29684个结果
[Javascript] Redirect the browser using JavaScript
Three methods to preform redirection in browser: widnow.location.href window.location.assign window.location.replace 1 & 2, they are pretty much the s
分类:编程语言   时间:2016-01-31 21:18:55    阅读次数:168
响应式之表格
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" type="text/css" href="begin1.css"></head><
分类:其他好文   时间:2016-01-29 21:18:11    阅读次数:212
javascript:;与javascript:void(0);
href=”#”,包含了一个位置信息,默认的锚是#top,也就是网页的上端,当连续快速点击此链接时会导致浏览器巨慢甚至崩溃。 javascript中void是一个操作符,该操作符指定要计算一个表达式但是不返回值。 javascript:void(0);据说某些情况下有浏览器兼容bug。(此点bug我
分类:编程语言   时间:2016-01-29 21:10:10    阅读次数:255
网上图书商城项目学习笔记-015删除和批量删除购物车条目
一、流程分析 二、代码 1.view层 (1)list.jsp 1 <a href="<c:url value='/CartItemServlet?method=batchDelete&cartItemIds=${item.cartItemId }'/>">删除</a> 2 3 <a href="j
分类:其他好文   时间:2016-01-29 20:37:02    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!