0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-10 22:24:19 +01:00
Bootstrap/site/docs/4.1
Pixelastic 3e25bf403a Update DocSearch.js to latest version
The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab.

To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method.

This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it.

Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)
2018-11-22 17:38:27 +02:00
..
about Fix a few links. 2018-10-14 08:17:40 +03:00
assets Update DocSearch.js to latest version 2018-11-22 17:38:27 +02:00
components Tweak placeholder.svg. 2018-11-20 21:31:28 +02:00
content reboot: Fix mailto address (#27700) 2018-11-21 15:24:38 +02:00
examples Use the new include in examples too. 2018-11-20 21:31:28 +02:00
extend Redirect /extend/ to /extend/approach/. 2018-11-11 10:59:43 +02:00
getting-started Sass precision documentation (#27705) 2018-11-21 20:51:47 +02:00
layout Move media from layout to components 2018-10-17 22:45:54 +03:00
utilities docs: fix path to assets. (#27696) 2018-11-21 15:11:31 +02:00
browser-bugs.md Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
migration.md Move periods outside of links. 2018-10-14 08:17:40 +03:00