All Projects → huacnlee → jdialog

huacnlee / jdialog

Licence: other
a jQuery popup window plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

jDialog

jDialog is a popup window plugin for jQuery, It simple to use.

Example

<script type="text/javascript"> function showChangeLocal(el){ $(el).jDialog({ title : "Dialog title", content : "

This is dialog HTML content

", title_visible : false, top_offset : -1, width : 400 }); return false; } </script>

change local

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].