


Introduction to jquery general methods Getting started reference_jquery
1. event.preventDefault(): Prevent an event from happening. For example, when a link is clicked, it will jump to the linked page. If you want to avoid this function, you can use this method. For example:
Click Baidu
<script> <br> $(document).read(function(){ <br> $("a").click(function(event){ <br> event.preventDefault(); //The effect is that when the above link is clicked, the page remains unchanged. <br> }) <br> }) <br> </script> 2. The hide() method, as the name suggests, is a hidden method. If you add $(this).hide() below in the above example, the four words "Baidu" will disappear when you click on it. If you add $(this).hide("slow"), you can find that the four words "Baidu" will slowly disappear when you click on them.
3. How to use callback. callback is the so-called callback function, which is executed only after the parent function is executed. Examples are as follows:
(2) When the callback function includes parameters, $.get("dd.html ",function(){
mycallback(param1,param2);
})
) method is passed as the second parameter of the get() method to execute the get() method.
4. Usage of jquery(selector,[context]):
1. $('div.foo').click(function(){
$('span',this).addClass( 'bar');
})
The html code is
div class="foo1">Haha3
Click within the div area of foo, and you will find that the word "haha" has become thicker, while the rest of the words remain the same, because the above script code indicates that the addClass operation can only be triggered in the span in the div with class foo.
2. $(this): If you can add $(this).slideUp() in the above script code.
3. $.post('url.xml', function(data) {
var $child = $(data).find('child');
}) //When loading url.xml, store its content in the variable of data, and then store the content of the child node in data. Enter the variable $child
4.
/p>
<script> <br> $("div > p").css("border", "1px solid gray"); <br> </script>
body> //The effect is that the second p adopts this style
5. $("input:radio", document.forms[0]);
6. $("div", xml.responseXML) ; //Find the div in xml.responseXML
7. $(document.body).css( "background", "black" );
8. $(myForm.elements).hide()
5. Usage of jQuery (html, [ ownerDocument ]):
(1)$("", {
"class": "test",
text: " Click me!",
click: function(){
$(this).toggleClass("test");
}).appendTo("body");
Or
$("").attr {
"class": "test",
text: "Click me!",
click: function(){
$(this).toggleClass("test");
}
}).appendTo("body");

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics

As we all know, if we want to install the system through a USB flash drive, we must first set up the USB flash drive to boot. In addition to directly selecting the U disk to boot through the startup shortcut key, we can also set the bios to let the computer boot from the U disk. How to do it? This article will introduce how to set up the USB boot bios. let us see. 1. When we enter the bios interface settings, we need to perform several important operations on the interface, so we need to understand the instructions at the bottom of the interface: the arrow keys on the keyboard move the cursor; the return key means OK; F10 means save and exit. 2. After entering the bios interface, move the cursor to boot, and then find the option of the USB flash drive (different computers display some differences, usually it displays the name of the USB flash drive or the beginning of USB

Many users are more concerned about how to connect to wifi in windows 10. Users who use win10 for the first time are very confused about the problem of connecting to wifi, so they don’t know how to connect to wifi. In fact, the process of connecting to wifi in windows 10 is not too difficult, but it is what users need You can connect only if you know the wifi password. Of course, there are public wifi that do not require passwords. Then I will give you a detailed introduction to how to connect to wifi in Windows 10. How to connect to wifi in Windows 101. Right-click the network icon on the lower right side of the taskbar icon. Among the two items that are opened, select to open Network and Internet Settings; 2. Internet and Internet

With the rapid development of Internet technology and the popularization of applications, network security issues have become increasingly prominent. Network administrators need to understand and monitor traffic conditions on the network to maintain normal operation and security of the network. Therefore, network traffic analysis technology has become an indispensable part of the network security field. This article will introduce the network traffic analysis method implemented in Java. The basic idea of network traffic analysis Network traffic analysis refers to the process of collecting, processing and analyzing the flow of data packets in the network, and obtaining useful information from it. The basic idea includes the following steps

In today's Internet era, websites have become an important channel for enterprises to conduct business, promote brands and disseminate information. Among them, the use of CMS systems to build sites has also become one of the main technical means in modern website construction. In CMS systems, PHP development technology is widely used because of its many advantages such as high development efficiency, simple and easy-to-understand language, and convenient installation and deployment. Below we will introduce the PHP development methods for building high-quality CMS sites: 1. Choosing the appropriate framework The PHP framework is a very important step in PHP development.

With the continuous development of computer technology, Java language has become one of the most popular programming languages. And as applications become more complex, optimizing program performance becomes more and more important. As a high-level programming language, the design and implementation of Java focus on improving programmer productivity and program readability, but this may sacrifice program execution efficiency. Therefore, performance optimization is crucial for developers who want to improve the performance of Java programs. So, what are the methods to optimize the performance of Java programs? Below is

Java is an object-oriented programming language that is widely used in many fields, including numerical computing. Java provides many numerical calculation methods that can be used to perform basic mathematical operations such as addition, subtraction, multiplication, and division, as well as more complex operations such as trigonometric functions, exponential functions, etc. This article will introduce numerical calculation methods in Java language. Basic mathematical operations Java provides basic mathematical operations, including addition, subtraction, multiplication, and division, which can be used to process integers and floating-point numbers. Here are some basic

How to make the win7 taskbar transparent? The aero theme of win7 is quite good. Many users like the feeling of this kind of frosted glass. However, some users want to change the taskbar to transparent, so they want to know the method. Here is the win7 task As for how to make the taskbar transparent, users can follow the steps below to easily change the taskbar to transparent, which is very easy. How to make the win7 taskbar transparent 1. First, right-click on a blank area of the desktop and select Personalize. 2. Then select the window color and click View to enter the following page. 3. Finally, we check to enable transparent modification, and then save the modification. After the operation is completed, the taskbar will become transparent. The above is the win7 version that I shared with you.

Lake Salmon is a seafood material in the Fantasy Tower game. Finding the material is relatively simple, but many friends don’t know the specific location of Lake Salmon. The editor briefly summarized it for those who are interested. Friends can join the editor to take a look at how to obtain Phantom Lake Salmon and its location. --How to obtain Fantasy Tarek Salmon Collection Location Introduction Location: Crohn and Wolan Waterside (3 at the eastern junction) Method: Collect in the water
