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