[jQuery] jquery doesn't work, when loaded with ajax

2009-02-12 Thread s4crifi...@gmail.com
Hello. I'm building a wab page with ajax. Well, everything was fine, before i needed to create a form for file uploading. Basicaly it works this way: User loads webpage (www.exmpl.com) click upload - a form is placed into div, using ajax. That form contains jquery code for form handling/file

[jQuery] loading jquery functions for a form, loaded with ajax

2009-02-12 Thread s4crifi...@gmail.com
Hi. In my application, i need to load a page with ajax. Loaded page contains jquery functions, to handle form submitting. The problem is that when i load that form with ajax, none of the functions works and when i push submit it opens target url, not reloads itself with ajax.. when i open the

[jQuery] Re: jquery doesn't work, when loaded with ajax

2009-02-12 Thread s4crifi...@gmail.com
if i load it on site load, and then dynamically add a form, javascript functions don't work on that form. basicaly, i need to reload it after form load, so the form inherits JS functions