15. Ajax takes advantage of ________ scripting to makeapplications more responsive.
• server-side
• PHP
• client-side
• XML
16. To retrieve text from the second child div of the parent divvia jQuery:
<div id=”parent”>
<div id=”first”></div>
<div id=”second”></div>
</div>
• $(“div#parent:first-child”).next().text();
• $(“#parent”).children(“div”).last().html();
• $(“div#parent).children(“div#second”).text();
• $(“#parent”).child().next().html();
17. The ________ SQL statement is used to change existing data in atable.
• EDIT
• UPDATE
• CHANGE
• MODIFY
18. Regular expressions enable:
• generic pattern matching of text
• MySQL queries in PHP
• dynamic forms
• cookies
19. If the code in a try block causes an exception, executionpasses to ________.
• the next line of the try block
• the next function
• the corresponding catch block
• the corresponding error block
20. The XMLHttpRequest
PayPal Gateway not configured
PayPal Gateway not configured