the-internet-vagabond-dot-com/projects/space/spacescripts.js
2015-02-04 16:49:01 -05:00

4 lines
No EOL
111 B
JavaScript
Executable file

//Button Functions
$(document).ready(function() {
$("li").click(function(){
alert(this.innerHTML);})})