Ok, I’m stumped. I have pages where jquery works but for some reason this doesn’t.
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
</body>
<script>
jQuery(function($) { alert() })(jQuery);
</script>
</html>
I suspect it is the link I’m using for jquery but the ready function isn’t firing and I can’t see a reason why.
Try this it works!