Is there any way to freeze any jquery script functions while animation runs?
for example:
$('#some_div').append('some stuff');
$('some_another_tag').remove();
$('#modal_window').fadeIn(300);
etc etc, is there any way to process all that stuf in threads? Thank you