but that wouldn't make it so that it doesn't refresh the div, would it? That is waht I want, the div not to refresh....
Only one "$(document).ready(function()"
Put all of your jquery here:
Quote:
Code:
---------
<script type="text/javascript">
$(document).ready(function(){
ALL JQUERY GOES HERE. NOT ALL OVER THE PLACE.
});
</script>
---------
|