Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ptheofan/jquery.cool.jdialogext

An extention to jQuery ui jDialog that adds benefits
https://github.com/ptheofan/jquery.cool.jdialogext

Last synced: about 2 months ago
JSON representation

An extention to jQuery ui jDialog that adds benefits

Awesome Lists containing this project

README

        

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 ([email protected])
https://github.com/ptheofan/jDialog-Extention