I have a web page with multiple ajax request to load SVG preview pictures. On the same page I have some buttons that use ajax to load content used by jquery dialog.
My problem is that loading time of jquery dialog is too long because others requests are not finished.
I would like to know if it is possible to cancel all request in order to send the priority request and when it's done I resend the others ?
When the page is ready, the request to load SVG are send. If user click on a button to load a dialog, the request for load content of the dialog must be executed in priority.
Thanks for your help