Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

huacnlee/jdialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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