<script type='text/javascript' src='jquery.js'></script>
<script type='text/javascript'>
$(document).ready(function(){
$('#signUpfield').hide();
$('#SignUpBUT').click(function(){
$('#signUpfield').toggle();
});
});
</script>
What went wrong? The reason I thought it was a problem with the libraries was because at first I got a '$ is undefined' error. Now it doesn't show errors, but still don't work...?

New Topic/Question
Reply
MultiQuote

|