CodeIgniter Forums
learn - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: learn (/showthread.php?tid=73450)



learn - adynfrenzy - 04-25-2019

I am a student, I am learning from the source code that I downloaded for free from the internet, the name is the personnel management system, I want to make a blinking notification when the employee is going to get promoted, can you help me !?


RE: learn - Wouter60 - 04-26-2019

This can be done with Javascript. Jquery is a commonly used js library with lots of effects.
Some information about blinking effect on a <div> :
https://stackoverflow.com/questions/5205445/jquery-blinking-highlight-effect-on-div

Good luck.