[jQuery] alert and jquery?

[jQuery] alert and jquery?


Hi guys,
This might be a stupid question but in order to make use of the alert
popup with jQuery, how do I go about it?
$(document).ready(function(){

alert ("helloworld");

});
Doesn't seem to work for me but I couldnt find the result of googling.
Please advise if this is therefore possible or what the correct way to
do this is and some links to information that will aid in my further
learning of Jquery.
Thanks in advance
Angelo