> 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 uploading
>
> and it doesn't work. When i load form directly, with an url - it
> works. When form is placed into div with AJAX-nothing works
>
> Is there a way to do what i want?


This might help:

http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F

Reply via email to