JQuery keyup Help Please

Discussion in 'jQuery' started by LeetPCUser, Dec 16, 2009.

  1. #1
    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.
     
    Last edited: Dec 16, 2009
    LeetPCUser, Dec 16, 2009 IP
  2. ranacseruet

    ranacseruet Peon

    Messages:
    302
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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...
     
    ranacseruet, Dec 16, 2009 IP