Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A small JavaScript snippet for customizable **alert**, **confirm** and **prompt** functions.
It provides customizable HTML pop-ups instead of browser based pop-ups which can be styled using number of arguments and traditional way of using CSS.

By default native functions are replaced with modernAlert functions but this can be [turned off](https://github.com/5um17/modernAlert#disable-native-functions-overriding) in the constructor.
By default native functions are replaced with modernAlert functions but this can be [turned off](https://github.com/5um17/modernAlert#disable-native-functions-overriding) in the constructor..

## [Demo](https://www.secretsofgeeks.com/2015/09/modernAlert.html#modernAlertExamples)

Expand Down Expand Up @@ -159,4 +159,4 @@ alert('Confirm Message', 'Confirm title', null, null, {ok : 'textForOkButton', c
confirm('Confirm Message', 'Confirm title', callback_function, null, {ok : 'textForOkButton', cancel : 'textForCancelButton'});
```

```modernAlert()``` return internal object.
```modernAlert()``` return internal object.