DS9
DS9

Reputation: 3033

How to change font style in alertbox in jquery

For the designing purpose,how to change font color and style in alertbox. Actually i have use session in my project and if user do not respond till 30 seconds, i am trying to warn user using alertbox, or anyother way to do this.

thanks in advance.

Upvotes: 0

Views: 680

Answers (2)

EnterJQ
EnterJQ

Reputation: 1014

Do a console.log( $(this) ) instead of alert

Then add CSS like

$(this).css('font-size','12px');

Upvotes: 1

Talha Akbar
Talha Akbar

Reputation: 10040

alertbox is built-in, so, we can't edit it. You can create dialogs and can style them as you want.

Upvotes: 0

Related Questions