Where to put Jquery code?

I'm trying a simple test but no alert is triggered, I put this code under PAGE OPTIONS > CUSTOM JS:

<script>

$(document).ready(function()

{

   alert("qwer");

});

</script>

Comments

Sign In or Register to comment.