Hi all,
<script type="text/javascript">
$(document).ready(function() {
alert("Hello jQuery.");
});
</script>
This works the first time I request /Home/Index, but if I navigate to eg /Account/Login then back to /Home/Index it doesn't work. Doing the same thing using a webforms project works everytime. What am I missing? Thanks.