I am implementing modal popup into my application. I am doing modal popup for my login form.
I took the plugin from “http://deseloper.org/read/2009/10/jquery-simple-modal-window”.
This will take entire login form to popup, but i want only certain div’s in the form. How to do this?
I am implementing modal popup into my application. I am doing modal popup for
Share
I strongly suggest you look at the jQuery UI modal.
There you can load parts of current page, parts of another page and only show fragments you get at using the usual selectors