Why don't you try fadeIn () instead of using show () with delay (). I think what you are trying to do can be done with this. Here is jQuery code for fadeIn and FadeOut (), which also has a built-in process delay method.
$(document).ready(function(){ $('element').click(function(){
Abhinav1602 Jan 03 '17 at 3:28 2017-01-03 03:28
source share