JQuery – Example Documents for Presentation

jquery-selectors

I gave a presentation at work on JQuery.

So, I made a documentation page and a example html page with jquery calls at the bottom.

This should be able to help someone out there in internet land.

View the post to see code.


Here is the PDF Documentation:
jQuery Documentation

		<script src="./jquery-1.4.2.min.js" type="text/javascript"><!--mce:0--></script>
<!--
			div {
				border: 1px solid black;
			}
.bottom2 {color:red;}
 
-->
<div id="holder">
<div id="alp_holder">
<div id="aaa" class="top2">
					aaa</div>
<div id="bbb" class="top2">
					bbb</div>
<div id="ccc" class="bottom2">
					ccc
					<a href="#alynnlee.com">alynnlee.com</a>
					<a href="#alynnlee.com">alynnlee.com</a>
					<a href="#alynnlee.com">alynnlee.com</a></div>
<div id="ddd" class="bottom2">
<form>
<input name="name" type="text" />
<input name="password" type="text" />
<input name="option1" type="checkbox" value="Milk" /> Milk
<input checked="checked" name="option2" type="checkbox" value="Butter" /> Butter
<input checked="checked" name="option3" type="checkbox" value="Cheese" /> Cheese
<input type="submit" value="Submit" />
					</form></div>
</div>
</div>
<script type="text/javascript"><!--mce:1--></script>
Facebooktwittergoogle_pluspinterest