Skip to content

ptheofan/jquery.cool.jDialogExt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jDialog extention

1. jDialog will reposition itself when user scrolls over the page

2. Change the contents of the dialog easily
$(selector).dialog('content', newContent) will replace current contents with
the new contents

3. Display a loading spinner easily
$(selector).dialog('loading');

4. Populate the dialog via ajax easily
$(selector).dialog('ajax', ajaxArgs);

FYI: Setting width/height to auto when creating the jDialog will automatically
handle dialog resize as per CSS standards

@author Paris Theofanidis (ptheofan@gmail.com)
https://github.com/ptheofan/jDialog-Extention

About

An extention to jQuery ui jDialog that adds benefits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published