28 Jun 2012 21:17
[Lift] Parallel AJAX requests
Hi, maybe there's something wrong in how I understand AJAX in Lift, but is it possible to have multiple requests running to the server in parallel? Right now, I have one AJAX call populate the main content of my page, but if the user clicks some other (AJAX) button while this is done, there's no reaction, i.e. he'll click twice etc. Is there a way to make some AJAX request run even though another one is still running? Thanks Tobias -- -- Lift, the simply functional web framework: http://liftweb.net Code: http://github.com/lift Discussion: http://groups.google.com/group/liftweb Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
RSS Feed