Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ptheofan/jquery.cool.jdialogext
- Owner: ptheofan
- Created: 2012-01-08T14:14:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-17T01:35:12.000Z (almost 13 years ago)
- Last Synced: 2023-03-19T02:30:13.262Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 contents3. 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