[jQuery] Refreshing Problem

2009-11-10 Thread Dominik Kohlstruck
Does noone have a solution to this...? Hey guys, I'm working on a status-Updater. It works, there is just one problem, after sending a Status I have to manual reload the page to let the script work again. Do you can help me please? Here's the code: script language=javascript

Re: [jQuery] Refreshing Problem

2009-11-10 Thread Michel Belleville
You can : 1. wrap the submit callback in a method and give it to eat to the form each time you receive it again 2. put the form somewhere else so it's not changed by the ajax call when you reload and the submit stays attached 3. use .livequery()