@ -0,0 +1,10 @@
$( document ).ready(function() {
$('<div/>', {
'class': "jquery-note",
text: "...jQuery loaded..."
}).appendTo('body');
});
The note is not visible to the blocked user.