Changes between Version 29 and Version 30 of AjaxDjangoDojoForm
- Timestamp:
- Jun 7, 2006, 4:27:53 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDjangoDojoForm
v29 v30 8 8 Part 1 <br/> <a href="#P1">Ajax basic form submission, Django server answers Ajax call.</a><br/> 9 9 Part 2 <br/><a href="#P2">Handling the form when JavaScript is deactivated.</a><br/> 10 Part 3 <br/><a href="#P3">Fixing the froze fading when user resend the form without waiting for the first fading to end.</a>10 Part 3 <br/><a href="#P3">Fixing the frozen fading when user resend the form without waiting for the first fading to end.</a> 11 11 }}} 12 12 … … 299 299 {{{ 300 300 #!html 301 <a name="P3"><h1>Fixing the froze fading when user resend the form without waiting for the first fading to end.</h1></a>301 <a name="P3"><h1>Fixing the frozen fading when user resend the form without waiting for the first fading to end.</h1></a> 302 302 }}} 303 303 If you haven't realised yet, if two or more calls are sent to the javascript function sendForm in a short time, the fading effect of the current sendForm Callback method might get stuck / froze / bugged.