I am utilizing JQuery on a site I am developing and am using the keyup bind function to process the form via AJAX to check usernames, passwords, etc. The site I am developing this on is amermetals.com.cluster.sbts-hosting.com. If you click on the client portal link (top right) and then register button, it is not hitting the keyup function on the username field or any of the other fields. I tried to do a simple alert, but there are no errors. It was working the other day. Can someone please help? Got the client all over me on this one. A moderator can close this. I must have edited the document ready and taken it out. Helps if you have a listener.
is the bind function created earlier than the jquery window created? then binding won't work. also try $("a").click(function(){//....}) after the login window created...