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 same type of box

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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -