sorry if my question deosnt make sense, but thats the best way i can put it, i have this jquery script that when user clicks the login link, it appends the html form to do so, which works fine, but the appended(login-form) uses jquery to log into the site, but it deosnt seem to detect the javascript,
oppose to when i put the login form without appending, just normally on the page, it works fine, it detects the javascript, but not when appended.
i hope you understand what i just said thank :))
the code is a bit long, but i shortened it for illustartion purposes.