Top "Alert" questions

An alert is usually a notification message to draw one's attention.

Changing the way a JavaScript Alert() or Prompt() looks

Is there any way to change the looks of an alert or prompt in JavaScript? Things like adding an image, …

alert prompt javascript
Link in Javascript alert

I want to put a link in a Javascript alert. Is this possible? (I've searching for a solution, but I …

javascript hyperlink alert
Leave Page Alert Unless Submit Button Clicked

I'm looking to implement a warning if the user attempts to leave the order process before it's completed in any …

javascript onclick submit alert
"Please wait" dialog in iOS8

I used to have a "Please wait" dialog in my app for long time. It was quite simple thing using …

alert ios8 uiactivityindicatorview uialertcontroller
Error on using alert in Javascript (Property 'alert' of object is not a function)

I am just trying to use alert and put a string variable inside the alert and get an error: Uncaught …

javascript jquery alert typeerror
Why is console.log() considered better than alert()?

I've always been told that when debugging an application, JavaScript's console.log() method is preferred over simply using an alert() …

javascript debugging alert console.log
Alert/Notification using Kibana3?

I am using logstash-1.4.1, elasticsearch-1.1.1 and kibana-3.1.0 for analyzing my logs. I am able to view and query my logs. …

elasticsearch alert logstash kibana
window.location.indexOf not working in Javascript

Below is what I have. var myString = "http://localhost:8888/www.smart-kw.com/"; alert(myString.indexOf("localhost")); This give me alert... …

javascript string alert indexof
AngularJS Bootstrap alert dismiss-on-timeout attribute doesn't work

I'm trying to use AngularJS Bootstrap alerts like explained here with the "dismiss-on-timeout" attribute. It has no effect in this …

angularjs twitter-bootstrap timeout alert angular-ui-bootstrap
Javascript confirm box, if cancel is clicked, it will not reload the page

Is there away that the confirm box appeared, if i clicked "ok" it will go to another page and if …

javascript jquery html alert confirmation