DOM
‐ ’ s ’s ’ s ’ s ’ s ’ s ’ s ’ s to t--css() to get the specified style attribute Value Set attribute value Set multiple attribute values Attr Get the specified attribute value Set attribute value
Set multiple attribute values
PropGet the specified attribute value Set the attribute value propDifference
attr Used for custom attribute values prop Comes with attributes
Delete attributes RemoveAttr() Control content html( ) No parameters are obtained,Get the content of the first matching element
## text()
Without parameters, we get ,Get the text content of the matching elementWith parameters It is to set the content , and set all matching elements
val () Without parameters, it is to get,
Get the matching elements The content of the first oneThe parameter is to set the content , set all matching elements
cssstyle addClass()
Add attributeremoveClass() Remove attribute name hasClass()
Determine whether Returns a Boolean value with a specified attribute nametoggleClass() Switch style
addClass attr() Difference
addClass will not change the original value, just add
directly at the end. attr() will reset and change the original value
$(“
”) Create tag
Father-child relationship a.append( b)
b.appendTo(a) Add
bto the end of
aa.prepend(b)
b.prependTo(a)
Add b toa The beginning of Brotherhood a.after(b) b.insertAfter(a)
put b is added to the back of a a.before(b) b.insertBefore(a) Add b to the front of a $(selector).remove() Delete $(selector).empty() Empty $( selector).clone() The default parameter isfalse Only copy the style if the parametertrue Copy function(Bound events) and style a.replaceWith(b) Use b to replace a Wrap method A.wrap(b) A.wrapInner(b) A.wrapAll(b) .size() ==.length Return length Object.index() To return the index value of the current element, it is best to pass in the parameter .toArray() Return the form of the array mouseover Input move in mouseenter Mouse move in does not support bubbling mouseout mouseleave mouse out does not support bubbling mousedown mouse down mouseup mouse up mousemove Mouse movement click Mouse click dblclick Mouse double click contextmenue Right mouse button Form event Change Change content Focus Get focus event Blur Lost focus event Submit Submit event Keydown Keyboard press Keyup Keyboard lift object. Event name() $(selector).click(function(){}) $(selector).on(event.type,function(){}) $(selector).bind(event.type,function(){}) Off() unbind() Event removal Hover() Compound event Hover(function(){ Move into },function(){ Remove out }) Event Type event.type Event name ##Event source event.target Return the object that triggered the event Return x,yAxis coordinates Prevent the default event Prevent event bubbling Event name,function( ){}) Event name, childSelector,function(){}) Time Milliseconds English words fast normal slow 200 400 600 Function Execute this function after the animation is completed Hide() Hide show() Show Toggle() Toggle fadeIn() fadeOut() fadeToggle() fadeTo(Time, transparency, fn) will finally stay at the specified transparency SlideDown() Show out SlideUp() Hide and collect Take css as the positive direction downward or Up SlideToggle() Switch Custom animation Animate({"key:value"} ,Time,function(){}) Parameters value = 10 value +=10; Animate( {“key:value”},Time,function(){}).Animate({“key:value”},Time, function(){}) Stop();
The above is the detailed content of Detailed introduction to jQuery2 functions. For more information, please follow other related articles on the PHP Chinese website!

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

Simple JavaScript functions are used to check if a date is valid. function isValidDate(s) { var bits = s.split('/'); var d = new Date(bits[2] '/' bits[1] '/' bits[0]); return !!(d && (d.getMonth() 1) == bits[1] && d.getDate() == Number(bits[0])); } //test var

This article discusses how to use jQuery to obtain and set the inner margin and margin values of DOM elements, especially the specific locations of the outer margin and inner margins of the element. While it is possible to set the inner and outer margins of an element using CSS, getting accurate values can be tricky. // set up $("div.header").css("margin","10px"); $("div.header").css("padding","10px"); You might think this code is

This article explores ten exceptional jQuery tabs and accordions. The key difference between tabs and accordions lies in how their content panels are displayed and hidden. Let's delve into these ten examples. Related articles: 10 jQuery Tab Plugins

Discover ten exceptional jQuery plugins to elevate your website's dynamism and visual appeal! This curated collection offers diverse functionalities, from image animation to interactive galleries. Let's explore these powerful tools: Related Posts: 1

http-console is a Node module that gives you a command-line interface for executing HTTP commands. It’s great for debugging and seeing exactly what is going on with your HTTP requests, regardless of whether they’re made against a web server, web serv

This tutorial shows you how to integrate a custom Google Search API into your blog or website, offering a more refined search experience than standard WordPress theme search functions. It's surprisingly easy! You'll be able to restrict searches to y

The following jQuery code snippet can be used to add scrollbars when the div content exceeds the container element area. (No demonstration, please copy it directly to Firebug) //D = document //W = window //$ = jQuery var contentArea = $(this), wintop = contentArea.scrollTop(), docheight = $(D).height(), winheight = $(W).height(), divheight = $('#c


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Chinese version
Chinese version, very easy to use

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version
Visual web development tools
