闲鸥野鹭-word-imag
我的才华:复制粘贴发送
jQuery基础——jQuery的常用方法-雨云 - 老一代云服务提供商,国外服务器,国外云服务器,测评及优惠码
一、$介绍 1、$就是jQuery的简写。 <body> <input type=submit value=按钮> <script src=..scriptjquery.js><script> <script> jQuery(input
什么时候用jQuery?什么时候用JavaScript?-雨云 - 老一代云服务提供商,国外服务器,国外云服务器,测评及优惠码
1、.index():索引 <body> <button>按钮一<button> <button>按钮二<button> <button>按钮三<button> <script src=..scriptjquery.
jQuery遍历parent()方法-雨云 - 老一代云服务提供商,国外服务器,国外云服务器,测评及优惠码
1.parent()方法 parent()方法返回被选元素的父元素 parents()方法返回被选元素的所有祖先元素,它一路向上直到文档的根元素<html> parents(“ul”)方法返回被选元素的所有<ul>祖先元素 $(“button”).parentsUntil(“#div1”)返回介