p11
- presentation提交; 演出; 陳述,報告; 頒獎儀式
-
event handling事件處理
somewhat complex and 稍微有點復雜 riddled with 充滿 incompatibilities.不兼容
thoroughly tested 徹底地竭缝,完全
identify 識別
jQuery獲取頁面對象(元素)
用id獲炔崃摇:$("#元素id");
關于append和appendTo
相當于給和拿的意思纽匙。append是拿群凶,拿別的東西過來加到自身。appendTo是給哄辣,把自己加到別的東西那请梢。
未驗證:
test.innerHTML:
從對象的起始位置到終止位置的全部內(nèi)容,包括Html標簽。
test.innerText:
從起始位置到終止位置的內(nèi)容, 但它去除Html標簽
test.outerHTML:
除了包含innerHTML的全部內(nèi)容外, 還包含對象標簽本身力穗。
shift gears 換檔毅弧,改變著眼點
p12
sophisticated 復雜得,精致的
mechanisms for storing data 數(shù)據(jù)存儲機制
arbitrary graphics 任意圖形
an assortment of 各式各樣的
specified by 由当窗。够坐。。規(guī)定崖面,制定
cross-platform 跨平臺
targeting 瞄準元咙,對準
Loan 貸款
heavily commented 大量注釋,意思是注釋很詳盡
demonstrates 演示巫员,展示
p13
<!DOCTYPE html> <!DOCTYPE html> html5標記
<html>
<head>
<title>JavaScript Loan Calculator</title>
<style> /* This is a CSS style sheet: it adds style to the program output */
.output { font-weight: bold; } /* Calculated values in bold */把output類得元素的font-weight屬性設置為bold
font-weight 屬性設置文本的粗細庶香。
具體屬性:
可選值(option、選項) | 說明 | |
---|---|---|
normal | 默認值简识。 | 定義標準的字符赶掖。 |
bold | 定義粗體字符。 | |
bolder | 定義更粗的字符七扰。 | |
lighter | 定義更細的字符奢赂。 | |
100 | 定義由粗到細的字符。400 等同于 normal颈走,而 700 等同于 bold膳灶。 | |
200 | ||
300 | ||
400 | ||
500 | ||
600 | ||
700 | ||
800 | ||
900 | ||
inherit | 規(guī)定應該從父元素繼承字體的粗細。 |
#payment { text-decoration: underline; } /* For element with id="payment" */根據(jù)id獲取元素將text-decoration屬性設置為 underline
這個屬性允許對文本設置某種效果立由,如加下劃線轧钓。
值 | 描述 | |
---|---|---|
none | 默認司致。定義標準的文本。 | |
underline | 定義文本下的一條線聋迎。 | |
overline | 定義文本上的一條線脂矫。 | |
line-through | 定義穿過文本下的一條線。 | |
blink | 定義閃爍的文本霉晕。 | |
inherit | 規(guī)定應該從父元素繼承 text-decoration 屬性的值庭再。 |