Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change layout of google chrome alertbox

I want to change layout of google chrome alert box, My basic need to alert value like "Item added sucessfully" but in google chrome alert box it is good to see can it is posible google chrome alert box show like a model window in the center of screen with some effective design?

like image 661
S. S. Rawat Avatar asked Jan 24 '26 19:01

S. S. Rawat


1 Answers

Changing built-in alert dialog box for chrome/IE/FF is not possible. Workaround is to use jQuery alert dialog. Same question has already been asked here and answered. you can also see an example in jsFiddle

$("<div>Test message</div>").dialog();
like image 153
Scription Avatar answered Jan 27 '26 08:01

Scription



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!