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.
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.
Do a console.log( $(this) ) instead of alert
Then add CSS like
$(this).css('font-size','12px');
alertbox
is built-in, so, we can't edit it. You can create dialogs and can style them as you want.