Pastebin
Paste #2303: custom.js
< previous paste - next paste>
Pasted by tdn@syrah
$(document).ready(function() { $("a").click(function() { alert("Hello world!"); }); }); $(document).ready(function() { $("#orderedlist").addClass("red"); });
New Paste
Go to most recent paste.