Skip to content

Instantly share code, notes, and snippets.

@mazfreelance
Created August 22, 2017 07:27
Show Gist options
  • Save mazfreelance/e4ef9b23ce60956ad7e9f8e0d011d006 to your computer and use it in GitHub Desktop.
Save mazfreelance/e4ef9b23ce60956ad7e9f8e0d011d006 to your computer and use it in GitHub Desktop.
Message box with location href
$.msgBox({
title: "Successfull !",
content: "Your job posting is being processed",
type: "right"
});
window.setTimeout(function () {
location.href = "index.php";
}, 3500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment