blurt() | A JS replacement of default alert, confirm and prompt (2024)

Download the minified CSS and JS files.

Visit Project Page to contribute or report issues.

blurt is a javascript replacement for default alert(), prompt(), and confirm() functions in javascript.

The equivalents in blurt are:

  • alert() -> blurt()
  • prompt() -> brompt()

To install:

  • Download Blurt files
  • Attach the js and css files to your webpage:
    • link rel="stylesheet" href="blurt.min.css"
    • script src="blurt.min.js"

Simple alert

blurt('This is a simple alert');

An alert with a title and a text.

blurt('A title','An alert with a title');

An alert with a title, a text and a type.

blurt( 'Success title', 'A success message', 'success');/*{ 'type' : 'success', 'error', 'info' or 'warning'}*/

Complete blurt() configuration.

blurt({ /* alert title */ title: 'Success', /* alert text */ text: 'File has been deleted', /* * alert type * success, error, warning, info * default is 'default' */ type: 'success', /* custom text for OK button */ okButtonText: 'Done', /* * escapable, if true, then * alert closes when escape key is pressesed * or when clicked outside the alert box * default is false */ escapable: true});

Simple prompt with just title and success callback.

brompt('Prompt title', onOkCallback);/* Example */brompt('Enter your name',function(val){ blurt('Hi '+val);});

prompt with title, successCallback and errorCallback

brompt('Prompt title', onOkCallback, onCancelCallback);/* Example */brompt('Enter your name', function(val){ blurt('Hi '+val);},function(){ blurt('Error','You did not enter anything.', 'error');});

complete brompt() config

brompt({ /* prompt title */ title: 'Title', /* * prompt design type -  * success, info, error or warning */ type: 'info', /* OK button custom done */ okButtonText: 'Done', /* Cancel button custom text */ cancelButtonText: 'Back', /* same function as that of blurt() */ escapable: false, /* * success callback function * this callback is passed the value which the user has entered */ onConfirm: function(val){ blurt('You entered '+val); }, /* * method to be called * when user presses cancel button */ onCancel: function(){ blurt('Error', 'You cancelled the operation.', 'error'); }});
blurt() | A JS replacement of default alert, confirm and prompt (2024)
Top Articles
Content-Erfolg messen: Content-KPIs finden und überwachen | UPLOAD
Labour Day in Germany in 2023 | Office Holidays
It’s Time to Answer Your Questions About Super Bowl LVII (Published 2023)
Ups Stores Near
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
1970 Chevelle Ss For Sale Craigslist
Mr Tire Prince Frederick Md 20678
Dr Lisa Jones Dvm Married
Teamexpress Login
Bluegabe Girlfriend
Kris Carolla Obituary
Snarky Tea Net Worth 2022
Grand Park Baseball Tournaments
Gina's Pizza Port Charlotte Fl
Chastity Brainwash
Mycarolinas Login
Turning the System On or Off
Bowlero (BOWL) Earnings Date and Reports 2024
735 Reeds Avenue 737 & 739 Reeds Ave., Red Bluff, CA 96080 - MLS# 20240686 | CENTURY 21
5 high school volleyball stars of the week: Sept. 17 edition
Skyward Login Jennings County
Gemita Alvarez Desnuda
Golden Abyss - Chapter 5 - Lunar_Angel
Parentvue Clarkston
Lawson Uhs
Cta Bus Tracker 77
I Saysopensesame
Eine Band wie ein Baum
Wsbtv Fish And Game Report
Downtown Dispensary Promo Code
UAE 2023 F&B Data Insights: Restaurant Population and Traffic Data
Ipcam Telegram Group
Proto Ultima Exoplating
Rund um die SIM-Karte | ALDI TALK
Fbsm Greenville Sc
Phone number detective
What Time Does Walmart Auto Center Open
Junior / medior handhaver openbare ruimte (BOA) - Gemeente Leiden
Bbc Gahuzamiryango Live
Trizzle Aarp
Review: T-Mobile's Unlimited 4G voor Thuis | Consumentenbond
Second Chance Apartments, 2nd Chance Apartments Locators for Bad Credit
Wrigley Rooftops Promo Code
Lake Andes Buy Sell Trade
Karen Wilson Facebook
Poe Self Chill
Crystal Glassware Ebay
Pixel Gun 3D Unblocked Games
Minecraft: Piglin Trade List (What Can You Get & How)
Bismarck Mandan Mugshots
Grace Family Church Land O Lakes
Erica Mena Net Worth Forbes
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated:

Views: 6285

Rating: 4 / 5 (61 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.