Changes between Version 29 and Version 30 of AjaxDjangoDojoForm


Ignore:
Timestamp:
Jun 7, 2006, 4:27:53 AM (18 years ago)
Author:
coulix
Comment:

spell

Legend:

Unmodified
Added
Removed
Modified
  • AjaxDjangoDojoForm

    v29 v30  
    88Part 1 <br/> <a href="#P1">Ajax basic form submission, Django server answers Ajax call.</a><br/>
    99Part 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>
     10Part 3 <br/><a href="#P3">Fixing the frozen fading when user resend the form without waiting for the first fading to end.</a>
    1111}}}
    1212
     
    299299{{{
    300300#!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>
    302302}}}
    303303If 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.
Back to Top