- When a user is away playing in another browser tab you can still feed them with important imformation. This is a great extension to AJAX calls.
1. Updates the document.title to until the user returns to the tab. var ex1 = new tabAlert({ text: 'You Have one new message' }); 2. Goal Flash Ticker. var ex2 = yourInstance = new tabAlert({ text: 'GOAL FLASH: Manchester United 0:1 LEEDS UNITED (Beckford 19)', ticker: true }); // to update the text use ex2.updateText("FINAL SCORE: Manchester United 0:1 LEEDS UNITED"); 3. Goal Flash Ticker. Flashes live data but only loops once! var ex3 = yourInstance = new tabAlert({ text: 'GOAL FLASH: Manchester United 0:1 LEEDS UNITED (Beckford 19)', ticker: true, onLoop: function(){ this.revert(); } });
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus