Thank you in advance for any assistance. I'm having difficulty completing a very simple case of the addClass method. I've read a bunch of resources and still can't figure it out. Any idea why this wouldn't work?
<html>
<head>
<style>.blueright {color:blue;}</style>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<h4 id="test">asdf</h4>
<script> $("#test").addClass("blueright"); </script>
</body>
</html>
What am I doing wrong? Thank you again! -Dan
file://url - loading the file from local file system instead of from a web server