What I'm trying to achieve here is when I hover over the link it would turn green.
What is exactly wrong with this code:
<script>
$(document).ready(function() {
$("a").hover(function() {
$(this).css({"background-color": "green;"});
});
});
</script>
green. This is incorrect css value