aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/qsearch.js
Commit message (Collapse)AuthorAge
* jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵Phy2020-02-23
| | | | | | attr Related to #1546.
* remove IE<=8 innerText/textContent workaround #1535Andreas Gohr2016-04-19
| | | | Standardized node.textContent is available since IE9
* Add an in-progress class to the quicksearch form.Sam Wilson2015-10-28
| | | | | | | | | | | | | | This change adds a new class to the quicksearch's <form> element while the quicksearch is running. This is to make it easier to style the form, e.g. with a throbber gif in the search box, to indicate that something is happening. For slow connections, it is sometimes not apparent that waiting for a few seconds will present the user with a list of matching pagenames. The new 'searching' class is added just before the POST request is sent, and cleared both on successful completion and when the search box is cleared.
* 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