click below
click below
Normal Size Small Size show me how
Web DSS Exam 2
jQuery
| Question | Answer |
|---|---|
| jQuery features | DOM selection, handling events, creating animations, ajax applications |
| jQuery advantages | seperation of JavaScript and HTML, clarity, eleimates cross-browser, extensive |
| jQuery must be referenced with what tag? | <script> |
| jQuery syntax | $(selector:filter).action() |