The simplest thing is probably to use a timeout: setTimeout(()=>{ $(‘#searchButton’).css(‘color’, ‘#000’); }, 2000);. set the time value to make sure that it … read more
The simplest thing is probably to use a timeout: setTimeout(()=>{ $(‘#searchButton’).css(‘color’, ‘#000’); }, 2000);. set the time value to make sure that it … read more