🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Imissyou.js is a jQuery plugin to change the title & favicon of the page when the user is not viewing your website.

Plugins Web

Documentation

❤️ I Miss You

jQuery plugin to change the title & favicon of the page when the user is not viewing your website.


Screenshot

enter image description here

Usage

<link rel="shortcut icon" href="favicon.ico"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="jquery.iMissYou.js"></script> <script>     jQuery(document).ready(function($){         $.iMissYou({             title: "I Miss you !",             favicon: {                 enabled: true,                 src:'iMissYouFavicon.ico'             }         });     }); </script>

Note:

  • You must include a default favicon in your webpage

You May Also Like