I'm following a guy's example fiddling but despite him added the jQuery on the left, the script doesn't execute on run.
//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js
$(document).ready(function(){
alert("hjk");
});
I can't ask him, so I wonder what simple thing I can be missing.
I've checked that the syntax is correct on jQuery's page here. The link to jQuery library is mentioned here.