huacnlee / jdialog

a jQuery popup window plugin

Home Page:http://huacnlee.github.com/jdialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a jQuery popup window plugin

http://huacnlee.github.com/jdialog/


Languages

Language:JavaScript 100.0%