Reputation: 3033
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
Reputation: 1014
Do a console.log( $(this) ) instead of alert
Then add CSS like
$(this).css('font-size','12px');
Upvotes: 1
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