jquery部分实用功能

‘‘‘

主要目的是回顾相关jquery部分功能

‘‘‘

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>琦琦的小窝</title>
<style>
.title{
width:1350px;
height:150px;
background-color:red;
}
.daohan{
width:1350px;
height:50px;
background-color:blue;
}
.left{
width:450px;
height:1450px;
background-color:#ddd555;
float:left;
}
.right{
width:880px;
height:1450px;
background-color:#fff555;
float:left;
}
.hide{
display:none
}
.jiansuo{
width:880px;
height:100px;
}
.gotop{
width:50px;
height:50px;
position:fixed;
right:0;
bottom:0;
</style>
</head>
<body>
<div class="title">琦琦的家园</div>
<div class="daohan">
<a>个人简历</a>
<a>成长故事</a>
<a>幸福家庭</a>
<a>快乐瞬间</a>
</div>
<div class="left">
<div class="item">
<div class="item-title" onclick="fun(this);">标题一</div>
<div class="item-body">
<p>内容一</p>
<p>内容二</p>
<p>内容三</p>
</div>
</div>
<div class="item">
<div class="item-title" onclick="fun(this);">标题二</div>
<div class="item-body hide">
<p>内容一</p>
<p>内容二</p>
<p>内容三</p>
</div>
</div>
<div class="item">
<div class="item-title" onclick="fun(this);">标题三</div>
<div class="item-body hide">
<p>内容一</p>
<p>内容二</p>
<p>内容三</p>
</div>
</div>
<div>视频播放</div>
</div>
<div class="right">
<div class="jiansuo">搜狗检索
<form id="form1" action="https://www.sogou.com/web" method="get">
<input name="query" type="text">
<input type="button" value="提交" onclick="Submit();">
</form>
</div>
<div>
<input type="button" value="全选" onclick="SelectAll();">
<input type="button" value="取消" onclick="ClearAll();">
<input type="button" value="反选" onclick="fanAll();">
<table border="1">
<tr>
<td><input type="checkbox"></td>
<td>123</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>123</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>123</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>123</td>
</tr>
</table>
<input type="button" value="提交" onclick="tijiao();">
</div>
</div>
<div class="jiaobiao"></div>
<div class="gotop" >
<a onclick="gotop1();">点我回顶部</a>
</div>

<script src="jquery-3.2.1.min.js"></script>
<script>
function gotop1(){
$(window).scrollTop(0);
}
function fun(ths){
$(ths).next().removeClass(‘hide‘);
$(ths).parent().siblings().find(‘.item-body‘).addClass(‘hide‘)
}
function Submit(){
document.getElementById(‘form1‘).submit();
}
function SelectAll(){
$(‘table :checkbox‘).prop(‘checked‘,true);
}
function ClearAll(){
$(‘table :checkbox‘).prop(‘checked‘,false);
}
function tijiao(){
alert("提交成功")
$(‘table :checkbox‘).prop(‘checked‘,false);
}
function fanAll(){
$(‘table :checkbox‘).each(function()
{
var ischeck=$(this).prop(‘checked‘);
if (ischeck){
$(this).prop(‘checked‘,false);
}
else{
$(this).prop(‘checked‘,true);
}
})
}

</script>
</body>
</html>

时间: 2024-10-13 11:45:37

jquery部分实用功能的相关文章

jQuery来源学习笔记:扩展的实用功能

// 扩展的实用功能 jQuery.extend({ // http://www.w3school.com.cn/jquery/core_noconflict.asp // 释放$的 jQuery 控制权 // 很多 JavaScript 库使用 $ 作为函数或变量名,jQuery 也一样. // 在 jQuery 中,$ 仅仅是 jQuery 的别名,因此即使不使用 $ 也能保证全部功能性. // 假如我们须要使用 jQuery 之外的还有一 JavaScript 库,我们能够通过调用 $.n

jQuery datepicker参数 详解

DatePicker支持鼠标点选日期,同时还可以通过键盘控制选择: page up/down - 上一月.下一月 ctrl+page up/down - 上一年.下一年 ctrl+home - 当前月或最后一次打开的日期 ctrl+left/right - 上一天.下一天 ctrl+up/down - 上一周.下一周 enter - 确定选择日期 ctrl+end - 关闭并清除已选择的日期 escape - 关闭并取消选择 实用功能: $.datepicker.setDefaults( set

最新的jQuery插件和JavaScript库

每一个前端开发人员很清楚的重要性和功能的JavaScript库提供.它提供了一个简单的接口,用于构建快速动态的接口,而无需大量的代码. 谢谢你的超级从事jQuery开发者社区,人始终是创造新的和令人惊叹的东西,那里是吨伟大的jQuery插件和JavaScript库在那里,插件和图书馆,涵盖了各种各样的功能. 在这篇文章中我们已经编译列表的JavaScript库为2015年7月,在这篇综述中,我们已经覆盖特征丰富和互动的JavaScript库,为您提供多种功能,能为你建立有效和有用的Web应用提供

jQuery Datepicker日期控件

datepicker可以为bootstrap添加一个事件选择控件,适用于任何需要调用的场合,支持多种事件格式输出(比如:dd, d, mm, m, yyyy, yy等),是制作网页不可缺失的插件. Requirements Bootstrap 2.0.4+ jQuery 1.7.1+ 在线文档 Datepicker基础使用 Datepicker功能定制 Datepicker英文文档 Datepicker中文文档 Datepicker项目主页 简单示例 var nowTemp =newDate()

Underscore.js-精巧而强大实用功能库

前言 从其他语言转向Javascript时,通常都会遇到一些困惑性问题.比如,Java中的HashMap在Javascript中如何实现?Javascript面向对象式编程如何实现继承?如何实现通用的iterator对集合对象做遍历?如何对Array实现快速排序?-. 如果你真的可以自己实现这些功能,那么你的Javascript基础很扎实的!我很佩服你!但对于大部分人来说,这些基础功能应该是由底层API支持的,就像JDK一样.Underscore为我们提供了这样的一个实用工具包,而且它真的很实用

JQuery UI datepicker 使用方法

官方地址:http://docs.jquery.com/UI/Datepicker,官方示例: http://jqueryui.com/demos/datepicker/. 一个不错的地址,用来DIY jQuery UI界面效果的站点http://jqueryui.com/themeroller/ DatePicker基本使用方法: 代码如下: <!DOCTYPE html> <html> <head> <link href="http://ajax.g

JQuery.Gantt(甘特图)开发

一.简介 JQuery.Gantt是一个开源的基于JQuery库的用于实现甘特图效果的可扩展功能的JS组件库. 二.前端页面 2.1 资源引用 首先需要将下载到的源码中的CSS.IMG.JS等资源放入我们自己的项目中,然后在我们自己的页面中引用需要的资源文件. CSS样式文件 <link rel="stylesheet" href="css/style.css" /> JS脚本文件 <script src="js/jquery-1.8.2

jquery 甘特图开发指南

JQuery.Gantt是一个开源的基于JQuery库的用于实现甘特图效果的可扩展功能的JS组件库. <link rel="stylesheet" href="css/style.css" /><script src="js/jquery-1.7.min.js"></script><script src="js/jquery.fn.gantt.js" charset ="GB

JQuery UI datepicker 使用方法(转)

官方地址:http://docs.jquery.com/UI/Datepicker,官方示例: http://jqueryui.com/demos/datepicker/. 一个不错的地址,用来DIY jQuery UI界面效果的站点http://jqueryui.com/themeroller/ DatePicker基本使用方法: 代码如下: <!DOCTYPE html> <html> <head> <link href="http://ajax.g