随笔分类 - HTML总结
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>登录页</title> <link rel="stylesheet" href="css/basic.css" type="text/css" /> <link rel="style
阅读全文
摘要:引入JS文件<script type="text/javascript" src="js/setFontSize.js" ></script> 注意:JS文件要在
阅读全文
摘要:☆如果是本页显示可以直接用location,方法如下: ①onclick="javascript:window.location.href='URL'" ②onclick="location='URL'" ③onclick="window.location.href='URL?id=11'" ☆如果
阅读全文
摘要:<script>$(document).ready(function(){ <!-- radio的禁用 --> var input = $("#appDIV").find("input:radio"); input.attr("disabled","disabled"); input.each(fu
阅读全文
摘要:参考网址: http://blog.csdn.net/tototuzuoquan/article/details/18400789 http://camnpr.com/html-css/2087.html http://www.15yan.com/story/1H1vIDRzhWc/ http://
阅读全文