How to change the style of alert box?

后端 未结 13 1956
一生所求
一生所求 2020-11-22 01:49

I need to change the style of the \"OK\" Button in an alert box.

13条回答
  •  不知归路
    2020-11-22 02:17

    I know this is an older post but I was looking for something similar this morning. I feel that my solution was much simpler after looking over some of the other solutions. One thing is that I use font awesome in the anchor tag.

    I wanted to display an event on my calendar when the user clicked the event. So I coded a separate

    tag like so:

    
    

    I find it easier to use class names in my jquery since I am using asp.net.

    Below is the jquery for my fullcalendar app.

    
    

    You must have your own google calendar id and api keys.

    I hope this helps when you need a simple popup display.

提交回复
热议问题