随笔分类 -  HTML总结

摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>登录页</title> <link rel="stylesheet" href="css/basic.css" type="text/css" /> <link rel="style 阅读全文
posted @ 2018-08-30 18:20 南夏啊南夏 阅读(135) 评论(0) 推荐(0)
摘要:引入JS文件<script type="text/javascript" src="js/setFontSize.js" ></script> 注意:JS文件要在 阅读全文
posted @ 2017-11-23 17:57 南夏啊南夏 阅读(334) 评论(0) 推荐(0)
摘要:☆如果是本页显示可以直接用location,方法如下: ①onclick="javascript:window.location.href='URL'" ②onclick="location='URL'" ③onclick="window.location.href='URL?id=11'" ☆如果 阅读全文
posted @ 2017-08-14 11:21 南夏啊南夏 阅读(201) 评论(0) 推荐(0)
摘要:<script>$(document).ready(function(){ <!-- radio的禁用 --> var input = $("#appDIV").find("input:radio"); input.attr("disabled","disabled"); input.each(fu 阅读全文
posted @ 2017-07-17 12:02 南夏啊南夏 阅读(3582) 评论(0) 推荐(0)
摘要:参考网址: http://blog.csdn.net/tototuzuoquan/article/details/18400789 http://camnpr.com/html-css/2087.html http://www.15yan.com/story/1H1vIDRzhWc/ http:// 阅读全文
posted @ 2017-07-05 18:02 南夏啊南夏 阅读(9758) 评论(0) 推荐(0)