Skip to content

Instantly share code, notes, and snippets.

@williankeller
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save williankeller/c86b341bf424bdc1b560 to your computer and use it in GitHub Desktop.

Select an option

Save williankeller/c86b341bf424bdc1b560 to your computer and use it in GitHub Desktop.
(function ($) {
var b = $(document),
d = $(window),
e = null,
c;
function a(a) {
document.title = a;
}
c = b.find("title").text(),
e = "Não esqueça de ler...";
d.on("focus", function () {
a(c), setTimeout(function () {
a("."), a(c);
}, 1e3);
}).on("blur", function () {
a(e);
});
}(window.jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment