runxinzhi.com
首页
百度搜索
JqtoggleClass
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Document</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <style> .test{color:#B40D0D;font-weight:bold;} </style> <script> $(function(){ $('input').click(function(){ $('p').toggleClass('test'); }); }); </script> </head> <body> <input type="button" value="test-addClass" /> <p>春江潮水连海平,海上明月共潮生。</p> <p class="test">滟滟随波千万里,何处春江无月明。</p> <p>江流宛转绕芳甸,月照花林皆似霰。</p> <p class="test">空里流霜不觉飞,汀上白沙看不见。</p> </body> </html>
运行代码
相关阅读:
比较相同一个表中两个字段值
thinkphp在原字段上面进行加减操作
前端页面中语音提示
LeetCode 47——全排列 II
剑指 Offer——最小的 K 个数
LeetCode 46——全排列
LeetCode 103——二叉树的锯齿形层次遍历
剑指 Offer——数组中的逆序对
二维数组和指针
Non-local Neural Networks
原文地址:https://www.cnblogs.com/jikey/p/1762320.html
最新文章
我将在七月里死亡(转)
HotSpot JVM 常用配置设置
查看jdk使用的是什么垃圾收集器
translateZ 带来的Z-index 问题
CSS background-position 问题
img加载在IE11,chrome,FF下的不同
CSS3 动画效果带来的bug
getSelection、range 对象属性,方法理解,解释
vertical-align 笔记
让页面全屏
热门文章
设置select默认值
获取iframe加载完毕事件
关于onbeforeunload的一些想法
php 生成唯一订单号
HTTP三次握手
PHP中几种常见的开发模式
谷歌浏览器页面乱码问题在浏览器端解决,charset下载安装;
php中的跳转
thinkphp中的or,like,in等联合查询
获取sql语句
Copyright © 2020-2023
润新知