February 2011
1 post
mDOMupdate
mDOMupdate Triggers the event ‘DOMUpdated’ on DOM manipulation via jQuery. Requires: jQuery. Install: Add the line after jQuery. <script type="text/javascript" src="http://meta100.github.com/mDOMupdate/javascripts/mDOMupdate.js" charset="UTF-8"></script> Or download from https://github.com/meta100/mDOMupdate. Use: $(document).bind('DOMUpdated', function () { /* Insert...
Feb 23rd
7 notes
June 2010
1 post
mGuides
mGuides A jQuery plugin that extends jQueryUI dragable and resizable. This plugin adds guides for positioning dragable and resizable elements. Requires: jQuery & jQueryUI. Install: Add the line after jQueryUI. <script type="text/javascript" src="http://plugins.meta100.com/mguides/javascripts/mGuidesUI_min.js" charset="UTF-8"></script> Or download from...
Jun 9th
17 notes
May 2010
1 post
mColorPicker
$.fn.mColorPicker.defaults.imageFolder = "http://meta100.github.com/mColorPicker/images/"; mColorPicker A simple lite jQuery color picker plugin with a swatch to remember the last 10 colors chosen, that uses html5 markup. Requires: jQuery. Optional: mDOMupdate. - for automatically converting dynamically created color inputs. (dynamically added via jQuery) Install: Add the line after...
May 15th
29 notes