Juqery Learning 6 CSS--css, position, width and height_jquery
css(name)
Accesses the style properties of the first matching element.
-------------------------------------------------- ------------------------------------
Return a style property on the first matched element.
Return value
String
Parameters
name (String): The name of the attribute to be accessed
Example
Get the color style attribute of the first paragraph value.
jQuery code:
$("p").css("color");
------------------ -------------------------------------------------- -------------------------------------------------- -----------------------------
css(properties)
Set a "name/value pair" object to all matches The style attribute of the element.
This is the best way to set a large number of style attributes on all matching elements.
-------------------------------------------------- ------------------------------------
Set a key/value object as style properties to all matched elements.
This is the best way to set several style properties on all matched elements.
Return value
jQuery
Parameters
properties (Map): To set Name/value pairs for style attributes
example
sets the font color of all paragraphs to red and the background to blue.
jQuery code:
$("p").css({ color: "#ff0011", background: "blue" });
---- -------------------------------------------------- --------------------------
If the attribute name contains "-", quotation marks must be used:
jQuery code:
$("p").css({ "margin-left": "10px", "background-color": "blue" });
----- -------------------------------------------------- -------------------------------------------------- ----------------------------------------
css(name,value)
Set the value of a style attribute on all matching elements.
Numbers will be automatically converted to pixel values
---------------------------------- -----------------------------------------------
Set a single style property to a value on all matched elements.
If a number is provided, it is automatically converted into a pixel value.
Return value
jQuery
Parameters
name (value): attribute name
value (String, Number): attribute value
Example
Set all paragraph fonts to red
jQuery code:
$("p").css("color","red");
----------------------- -------------------------------------------------- -------------------------------------------------- ---------------------
offset()
Get the relative offset of the matching element in the current viewport.
The returned object contains two integer properties: top and left. This method only works on visible elements.
-------------------------------------------------- ------------------------------------
Get the current offset of the first matched element relative to the viewport.
The returned object contains two Integer properties, top and left. The method works only with visible elements.
Return value
Object{top,left}
Example
Get the offset of the second paragraph
HTML code:
Hello
2nd Paragraph
jQuery code:
var p = $("p:last");
var offset = p.offset();
p.html( "left: " offset.left ", top: " offset.top );
Result:
Hello
left: 0, top: 35
-------------------------------------------------- -------------------------------------------------- ---------------------------------------------
height()
Get the currently calculated height value (px) of the first matching element.
After jQuery 1.2, it can be used to get the height of window and document
----------------------------- -------------------------------------------------- --
Get the current computed, pixel, height of the first matched element.
In jQuery 1.2, this method is able to find the height of the window and document.
Return value
Integer
Example
Get the height of the first paragraph
jQuery code:
$("p").height();
-------------------------------------------------- -----------------------------
Get the document's height
jQuery code:
$(document).height();
Set the height of all paragraphs to 20:
jQuery code:
$("p").height( 20);
-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -
width()
Get the currently calculated width value (px) of the first matching element.
After jQuery 1.2, it can be used to get the width of window and document
----------------------------- -------------------------------------------------- --
Get the current computed, pixel, width of the first matched element.
In jQuery 1.2, this method is able to find the width of the window and document.
Return value
Integer
Example
Get the width of the first paragraph
jQuery code:
$("p").width();
-------------------------------------------------- -------------------------------
Get the width of the current window
jQuery code:
$(window).width();
Set the width of all paragraphs to 20:
jQuery code:
$("p").width (20);

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

The environment variable function is an essential tool for running the configuration program in the system. However, in the latest win11 system, there are still many users who do not know how to set it up. Here is a detailed introduction to the location of the win11 environment variable opening. Come and join us. Learn to operate it. Where are the win11 environment variables: 1. First enter "win+R" to open the run box. 2. Then enter the command: controlsystem. 3. In the system information interface that opens, select "Advanced System Settings" from the left menu. 4. Then select the "Environment Variables" option at the bottom of the "System Properties" window that opens. 5. Finally, in the opened environment variables, you can make relevant settings according to your needs.

Every Windows system has a startup path. If you add files or software to it, it will be opened at boot time. However, many friends don’t know where the win11 startup path is. In fact, we only need to enter the corresponding folder on the C drive. Win11 startup path: 1. Double-click to open "This PC" 2. Directly paste the path "C:\ProgramData\Microsoft\Windows\StartMenu\Programs\Startup" into the path box. 3. Here is the win11 startup path. If we want to open the file after booting, we can put the file in. 4. If you cannot enter according to this path, it may be hidden.

Steam is one of the most popular applications among PC gamers as you can find any major game on the Steam store. It simplifies the downloading, installation and management of users' favorite games through its user interface. Whenever a Steam user wants to download a game, Steam uses the application's default installation directory to download and install the game. This location defaults to C:\ProgramFiles(x86)\Steam. The problem arises because most users do not have enough space on the C drive, especially for games that take up a lot of storage space, such as 50–100GB. To overcome this problem, Steam allows users to use an app to change the download and

The Credential Manager is a function used by users to manage web credentials and Windows credentials, but many users still don’t know where the Windows 10 Credential Manager is. In fact, the credential manager is on the operation panel. After opening the control panel, remember to change the viewing method to a small icon, so that you can see the credential manager. Click View to view all kinds of information. If you want to view a large amount of , you need to enter the account password. Where is the Windows 10 Credential Manager: 1. Open the Control Panel in the system, click the View method in the upper right corner, and convert the type to a small icon. 2. After viewing it as a small icon, click "Certificate Manager". 3. After entering the credential manager, you can see an introduction to the relevant functions, which are mainly used for

To learn more about the storage location of packages installed by pip, you need specific code examples. Pip is a commonly used package management tool in the Python language. It is used to easily install, upgrade and manage Python packages. When using pip to install a package, it will automatically download the corresponding package file from PyPI (Python Package Index) and install it to the specified location. So, where are the packages installed by pip stored? This is a problem that many Python developers will encounter. This article will delve into the location of the packages installed by pip and provide

As a well-known short video platform in China, Kuaishou provides many creators with opportunities to showcase their talents and share their lives. When uploading a video, some novice creators may be confused about how to change the video posting location. This article will introduce you to how to change the publishing location of Kuaishou videos, and share some tips for Kuaishou video publishing to help you make better use of this platform to showcase your work. 1. Where is Kuaishou published and how to change its location? 1. Publishing interface: In Kuaishou APP, click the "Publish" button to enter the video publishing interface. 2. Location information: In the publishing interface, there is a "Location" column. Click to enter the location selection interface. 3. Change location: In the location selection interface, click the "Location" button to view the current location. If you want to change the location, click "Location"

There are a total of 20 origami birds in Croaker Film and Television Park on Star Dome Railway. Many players don’t know where the origami birds are in Crocker Film and Television Park. The editor has summarized the locations of each origami bird to help everyone. Search for it, and take a look at this latest summary of the locations of the origami birds in Croaker Film and Television Park for specific content. Guide to the Honkai Star Dome Railway: Origami Bird in Crook Movie Park Location 1, Crook Movie Park 1st Floor 2, and Crook Movie Park 2nd Floor Star Dome Railway

As a powerful assistant for our daily travels, Amap not only provides accurate navigation services, but also allows users to directly determine their "home location" in a user-friendly manner. It is convenient to check your route home every time. But sometimes the location of our home also needs to be updated, so how can we easily modify the "location of home" in Amap? Next, follow the editor's guide and learn how to modify it together! Amap How to change the location of your home? Answer: [AMAP] - [Settings] - [Three-dot icon] - [Modify location] - [Set location] - [Set as home address]. Specific steps: 1. First open the Amap software, enter the homepage, slide up, find home and click [Settings]; 2. Then in the settings page, we can
