I have in a situation where I cannot use Jquery UI for a reason. I am trying to do get Jquery UI Pulsate Effect without using Jquery UI. Similar to this link, http://docs.jquery.com/UI/Effects/Pulsate. I have search a lot but couldn’t find anything.
Share
I don’t know what original UI code looks like, but this is super simple implementation using animate function:
Check the demo below or this JsFiddle.