Lab Session: Use a library: Difference between revisions
Jump to navigation
Jump to search
Created page with "In this lab session, you will add the jQuery library to your application and modify some code to use it. == Student Outline == # Open LabLibrary.nsx # Add the jQuery library..." |
m 1 revision |
||
(No difference)
|
Latest revision as of 06:24, 7 January 2014
In this lab session, you will add the jQuery library to your application and modify some code to use it.
Student Outline
- Open LabLibrary.nsx
- Add the jQuery library to the project.
- Replace instances of
label.textContent = "value"
with$("#label").text("value")
to verify jQuery is working.