validation using jquery
- by fusion
i'm trying to validate an html page using jquery, but nothing happens. it's a simple page, yet the textboxes aren't validated.
this is the code:
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="~/jquery.js/"></script>
<script type="text/javascript"…