FreeCodeCamp练习二

一、Learn how Script Tags and Document Ready Work


并不明白这行是干嘛的……

二、Target HTML Elements with Selectors Using jQuery
jQuery都是通过“$”开始,通过选择器来选择一个元素的,然后操作元素做些改变。(被卡住,没办法,跳过了…)


三、Target Elements by Class Using jQuery


给所有class为text-primary的元素添加shake class。

四、Target Elements by ID Using jQuery


五、Target the same element with multiple jQuery Selectors
三种选择器:
("button")class (“.btn”)、id选择器:$(“#target1”)

你可能感兴趣的:(FreeCodeCamp练习二)