Testing Whether jQuery works
$(function(){
$('#testbutton').click(function(){alert('Hello, world')});
});
Unfortunately, only the administrator seems to be able to use unfiltered HTML.
I also needed to use the Text Control plugin and set formatting to "No Formatting" to prevent escaping the single quotes. But it seems to work.