Hiding OK button for jAlert in jQuery
I wanted to show a jquery alert box to user, which will just show a message for few seconds 开发者_如何学Pythonand hides automatically.
This alert should not have any buttons for the user to select. After it hides, i should redirect the user to another page.
I can see things like this in modal dialogs. But i need it in jalert. Can anyone help me? Thanks in advance.
jQuery UI: http://jqueryui.com/demos/dialog/#modal
Lots of other options available: http://www.google.com/search?q=jquery+modal+dialog
精彩评论