Video: Jquery căn bản - Bài 10: Làm việc với Radio và Checkbox 2025
Một phần của JavaScript dành cho trẻ em Đối với người mới bắt đầu Cheat Sheet
Bạn có thể chuyển tên thuộc tính CSS thành JavaScript. Tuy nhiên, có một vài điều bạn nên nhớ nếu bạn có kế hoạch làm điều này. Khi thay đổi kiểu bằng JavaScript, có một vài quy tắc đơn giản:
-
Nếu thuộc tính CSS là một từ (như chiều cao), nó vẫn như nó.
-
Nếu thuộc tính CSS nhiều hơn một từ, được phân tách bằng dấu gạch ngang, nó sẽ được chuyển thành camelCase.
Đây là một tài liệu tham khảo đầy đủ về chuyển đổi tên thuộc tính từ CSS sang JavaScript.
Tài sản CSS | Tài liệu tham khảo JavaScript |
---|---|
nền | nền |
nền-đính kèm | nềnĐối tượng |
nền-màu | nềnColor background-image |
backgroundImage > background-position | backgroundPosition |
background-repeat | backgroundRepeat |
biên giới | border |
border-bottom | borderBottom |
border-bottom-color | borderBottomColor > border-bottom-style |
borderBottomStyle | border-bottom-width |
borderBottomWidth | border-color |
borderColor | border-left |
borderLeft | border-left-color |
borderLeftColor | border-left-style |
borderLeftStyle | border-left-width |
borderLeftWidth | border-right |
borderRight | border-right-color |
borderRightColor | border-right-style |
borderRightStyle | border-right-width |
borderRightWidth | border-style |
borderStyle | border-top |
borderTop | border-top màu |
borderTopColor | border-top-style |
borderTopStyle | border-t |
border | |
đường biên | |
rõ ràng | clip |
đoạn | màu |
màu | con trỏ |
con trỏ < font | hiển thị |
hiển thị | bộ lọc |
bộ lọc | phao |
cssFloat | font |
font | font-family |
fontFamily | font-size |
fontSize | font-variant |
fontVariant | font-weight |
fontWeight | chiều cao |
chiều cao | còn lại |
còn lại | khoảng cách chữ |
letterSpacing | |
list-style-image | listStyleImage |
list-style-position | listStylePosition |
list-style-type | lề |
lề | lề |
lề | lề |
lề | lề-lề |
lềBottom | lề trái |
lề lề | lề-phải |
lề | lề |
Lỗ tràn đệm | đệm |
padding-bottom | paddingBottom |
padding-trái | paddingLeft |
padding- phải | paddingRight |
padding-top | paddingTop |
page-break-sau | pageBreakAfter |
page-brea k-trước | pageBreakBefore |
vị trí | vị trí |
text-align | textAlign |
văn bản-trang trí | textDecoration |
text-decoration: blink textDecorationBlink | văn bản-trang trí: dòng qua |
textDecorationLineThrough | text-decoration: không có |
textDecorationNone | text-decoration: overline |
textDecorationOverline | text-decoration: gạch dưới |
textDecorationUnderline | text-indent |
textNội dung | text-transform |
textTransform | đầu |
trên | thẳng đứng |
dọcĐiều | tầm nhìn |
tầm nhìn | chiều rộng |
chiều rộng | z-index |
zIndex |
![]() |