Quick pop up form using jQuery or javascript

Hi,

I want to develop quick pop up form to be fill by user.

Similar example can be found

Click on Quick Inquiry on left side to see pop up form

http://www.attestation.in/index.php

I am looking for get plugin for this feature or any other solution.

Any idea

  • Thanks

-Thanks

It’s done with the jQuery facybox script, which you can see by viewing the page’s source code. (Beware, though, as that page makes terrible use of jQuery, adding the library many times over, which is usually a recipe for disaster. A very amateur use of JS there.)