I am designing a web page. In that, when we click the content of div named mail, how can I show a popup window containing a label email and text box?
I searched in Google for a simple popup in jQuery, but the code is weird.
|
|
|
Something this simple doesn't need a plugin. This might look like a lot of code but it's really pretty simple. First the CSS - tweak this however you like:
And the JavaScript:
And finally the html:
Here is a jsfiddle demo and implementation. Depending on the situation you may want to load the popup content via an ajax call. It's best to avoid this if possible as it may give the user a more significant delay before seeing the content. Here couple changes that you'll want to make if you take this approach. HTML becomes:
And the general idea of the JavaScript becomes:
|
|||||||||||||||||||||
|
|
Check out jQuery UI Dialog. You would use it like this: The jQuery:
The markup:
Done! Bear in mind that's about the simplest use-case there is, I would suggest reading the documentation to get a better idea of just what can be done with it. |
|||||||
|
|
I use a jQuery plugin called ColorBox, it is
|
||||
|
|
|
Visit this url |
|||
|
|
|
There is a good, simple example of exactly this, here: http://www.queness.com/post/77/simple-jquery-modal-window-tutorial |
|||
|
|
|
I think this is a great tutorial on writing a simple jquery popup. Plus it looks very |
|||
|
|
|
Try the Magnific Popup, it's responsive and weights just around 3KB. |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.