I am new at JQuery and couldn’t find answer in the Web.
So what is the usually used alternative in JQuery for standard JS alert function?
UPDATE: Maybe my question was little not clear. I know that Java Script’s alert function is OK for JQuery. I ask about it alternative at JQuery. I do not like very poor abilities at alert. I would like to use something more powerful, e.g. with styles, buttons, titles, etc. So I would like to see the simple JQuery’s alert analog invocation.
jQuery is a Javascript library. You don’t need an alternative.
If you wish to use a javascript
alert(), you can use it within your jQuery code as you would any Javascript code.However, if you are looking for more freedom with the design, check out jQuery UI
.dialog():http://jqueryui.com/dialog/