Skip to content

Instantly share code, notes, and snippets.

View kuinak's full-sized avatar

Evan Petrie kuinak

View GitHub Profile
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script>
$(document).ready(function() {
// live/die doesn't seem get unbound from element specified by alternate selector
$(".foo").live("click", function() {
alert("foo");
return true;
});