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.
|
feedback
|
|
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:
The appending of the div is an ajax call in my app - you might want to change the append code. And finally the html:
Hopefully this code is less weird for you. | |||||||||||||||||||||
feedback
|
|
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. | |||||||||
feedback
|
|
I use a jQuery plugin called ColorBox, it is
| ||||
|
feedback
|
|
Visit this url | |||
|
feedback
|
|
There is a good, simple example of exactly this, here: http://www.queness.com/post/77/simple-jquery-modal-window-tutorial | |||
|
feedback
|
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.