1. Yes
2. No
Yes
1. False
2. True
False
1. jQuery.ajaxAsync()
2. jQuery.ajaxSetup()
3. jQuery.ajax()
jQuery.ajax()
1. style()
2. css()
3. html()
css()
1. $(document).ready()
2. $(document).load()
3. $(body).onload()
$(document).ready()
1. Only the words "slow", "fast", and "medium"
2. The words "slow" and "fast" as well as integers for the milliseconds
3. None of the above
4. All of the above
The words "slow" and "fast" as well as integers for the milliseconds
1. delay()
2. slowdown()
3. pause()
4. stop()
delay()
1. When an HTML element will reference its parent element's action
2. When an HTML element will reference the entire document
3. When an HTML element will reference its own action
4. None of the above
When an HTML element will reference its own action
1. easyAJAX
2. jQueryajax
3. ajax
4. None Of The Above
ajax
1. All div elements with class="intro"
2. The first div element with id="intro"
3. The first div element with class="intro"
4. All div elements with id="intro"
All div elements with class="intro"