Created
August 22, 2017 07:27
-
-
Save mazfreelance/e4ef9b23ce60956ad7e9f8e0d011d006 to your computer and use it in GitHub Desktop.
Message box with location href
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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