Hi Everyone,
I am working on using prototype to submit a simple login form:
http://huddlee.homeip.net/danny/
For some reason, whenever I try using the serialize function of the form it says it cannot find the function even though the prototype library is clearly being loaded.
So this function:
<script type="text/javascript">
alert($('login').serialize());
</script>
gives me this error:
$("login").serialize is not a function.
Any ideas? Thanks so much!