summaryrefslogtreecommitdiff
path: root/lib/scripts/qsearch.js
Commit message (Collapse)AuthorAge
* Use more general name for qsearch outputGerrit Uitslag2014-01-17
|
* move getSearchterm to overrideable methodGerrit Uitslag2014-01-17
|
* Reformat qsearch.jsGerrit Uitslag2014-01-17
|
* Made a jquery function of dw_qsearchGerrit Uitslag2014-01-17
|
* Abort old quick search requests when starting new onesMichael Hamann2013-02-16
| | | | | | This prevents old requests that need longer than the newer ones (likely, as if you type more less results are returned) from overriding the results list.
* use var and remove suggestions when neededKlap-in2013-02-03
| | | | | Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found.
* Keep search suggestions, during typing in search fieldKlap-in2013-01-29
|
* crossbrowser fixes for quicksearch shortening FS#2660Andreas Gohr2012-11-12
| | | | | | fixes the problem with missing innerText in Firefox (and other browsers) and corrects shortening in regard to paddings and the use of the text-overflow attribute
* fix jQuery capitalizationElan Ruusamäe2011-11-24
|
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* Revert tmp commitsAdrian Lang2011-09-04
| | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
* tmpAdrian Lang2011-09-04
|
* fixed delay in qsearchAndreas Gohr2011-07-07
| | | | | The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing.
* Fix and refactor ajax.jsAdrian Lang2011-06-23
* Move file to qsearch.js * Rename object to dw_qsearch * Remove unnecessary usage of Delay * Use $ prefix for jQuery objects * Fix result list hiding on click * Fix namespace shorting