summaryrefslogtreecommitdiff
path: root/lib/jquery.autocomplete.css
AgeCommit message (Collapse)Author
2013-02-03Super first pass:Bharat Mediratta
- jQuery 1.90 - jQuery UI 1.10 - Superfish 1.5.1 (minus all plugins) - jQuery Form 3.26.0-2013.01.28 Deleted all other jQuery plugins for now. - Reworked autocomplete to use the latest jQuery code. - Deleted references to $.browser.msie, no longer supported - Basic CSS support for autocomplete - lots more work needed there
2009-09-03Remove extraneous changes to the CSS so that it's just the ones thatBharat Mediratta
we need. They'll be documented in our vendor repo.
2009-09-03Move the loading images into lib/images and adjust everything to pointBharat Mediratta
at them, including jquery.autocomplete.css so that we don't have stuff from lib that points into a theme directory. They were common images anyway. Incidentally, rename sm/lg to small/large.
2009-09-02Noticed that loading.gif kept showing up in my logs. Probably not ↵Chad Kieffer
maintainable, but updated jquery.autocomplete css to use the default theme's equivalent.
2009-03-04Move the autocomplete js and css files to libTim Almdal