Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update js_test.html #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Javascript/js_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ <h2>Manipulate the Last LI</h2>



<h2>Select specific children from a nested list.</h2>
<p>Select the only the first children of the LI "Sally".</p>
<h2>Select specific children from a nested list</h2>
<p>Select only the first children of the LI "Sally".</p>
<div id="content2">
<div>
<div>
Expand Down Expand Up @@ -132,19 +132,19 @@ <h2>Find Dimensions of an Element</h2>


<h2>Events</h2>
<p>Place a click event on the following link. When clicked toggle it's class name from 'clicked' to 'not-clicked'.</p>
<p>Place a click event on the following link. When clicked toggle its class name from 'not-clicked' to 'clicked'.</p>
<a id="clickEventLink" href="#clicked" title="Click Me" class="not-clicked">Click Me</a>




<h2>Ajax</h2>
<p>Call ajax_return.html and write's its json as a "name": "value" list to the following div:</p>
<p>Call ajax_return.html and write its json as a "name": "value" list to the following div:</p>
<div id="jsonResponse">My Response Was...</div>
<!--
Place your answers below this comment block.
Note: You have jquery already loaded on the page.
Please also write your jquery in a no conflict manner.
-->
</body>
</html>
</html>