Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

alert() prompt - Checkboxes

With alerts you can have text inputs. I was hoping you could put check boxes in. Is this possible?

http://www.w3schools.com/JS/js_popup.asp

like image 718
Ben Shelock Avatar asked Nov 28 '22 05:11

Ben Shelock


1 Answers

No, you would need to build out a dialog box in order to achieve this.

You are able to achieve this with relative ease through jQuery and more specifically the jQuery UI plugin, allowing dialog boxes to come up without too much know-how

like image 170
jakeisonline Avatar answered Dec 05 '22 04:12

jakeisonline