aboutsummaryrefslogtreecommitdiff
path: root/src/js/fiveui/injected/jquery-plugins.js
Commit message (Collapse)AuthorAge
* Rework the UIGravatar Trevor Elliott2013-07-31
| | | | | * Remove a dependency on jquery-ui for the injected interface * New, simpler injected ui
* added cssIs jQuery pluginGravatar Benjamin Jones2013-07-24
|
* added new jQuery plugin called attrFilter along with unit tests for itGravatar Benjamin Jones2013-07-23
|
* modified: src/js/fiveui/injected/jquery-plugins.jsGravatar Benjamin Jones2013-07-16
| | | | | | | | | | | | | added two new plugins -- noAttr and noSubElt fixed bug in notColorSet modified: src/js/fiveui/injected/prelude.js fixed bugs and added better error handling to the fiveui.color functions new file: src/js/tests/specs/jquery-plugins.js added unit tests for all the (non-debugging) jQuery plugins
* removed an old goog.provideGravatar Rogan Creswick2013-06-11
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
* Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation