Modal box + checkbox + cookie

后端 未结 3 1721
北海茫月
北海茫月 2021-01-03 14:34

I would like to achieve the following:

  • On homepage load, display modal box
  • Within modal box, display a form with a single mandatory checkbox
3条回答
  •  失恋的感觉
    2021-01-03 15:20

    I used a JQuery plugin not long ago called SimpleModal

    I was very impressed with how easy it was. On the modal I had multiple checkboxes and to carried the values of the checkboxes back to the page the modal was on after a submit button was hit.

    All the info and demos are on the SimpleModal homepage

提交回复
热议问题