Difference between revisions of "Sandbox"

From Organic Design wiki
(Replaced content with "#redirect Foo")
Line 1: Line 1:
<html>
+
#redirect Foo
<div id="pbar">foo</div>
 
<script>
 
$("#pbar").mouseover(function() {
 
//display the current value
 
alert('lol')
 
});
 
</script>
 
</html>
 

Revision as of 18:52, 8 January 2012

  1. redirect Foo