javascript - Creating a small dialog box inside a page -
What am I trying to do, instead of creating a pop-up page I wanted to create a dialog box with that notification I appear when clicking an image
This model The popup content is
& lt; Div class = "modal" tabindex = "- 1" id = "mymodal" role = "dialog" aria-labelbedby = "" aria-hidden = "true"> ... pop up content & lt; / Div & gt;
1) $ ('# myModal'). Modal ();
(jquery call)
2) & lt; Button Type = "Button" Data-Toggle = "Model" Data-Target = "#MyMold" & gt; Launch Modal & lt; / Button & gt;
Comments
Post a Comment