I have a button with id="remove"
I need a simpletip over it:
<script> $(document).ready(function(){$("#remove").simpletip();});
</script>
I have included:
<script type="text/javascript" src="http://cdn.jsdelivr.net/jquery.simpletip/1.3.1/jquery.simpletip-1.3.1.min.js.txt"></script>
Do I need to include any other CDN? Why doesn't this work?