I have some problem with show and delay..
When I try add .delay to show function everything is wrong…
Do you have any solutions how can I delaying function .show ?
I looking for solutions on jQuery site but I wasn’t find answer…
This function should be delaying:
$('#content').show("slide", { direction: "right", duration: 1000, easing: 'easeOutCirc' }, hideLoader());
delay()only works on animations which are queued on the element – whichshow()is not. Instead usesetTimeoutto run your function after a specified delay: