We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515c250 commit f77d1eeCopy full SHA for f77d1ee
themes/jquery/footer-mobile.php
@@ -8,6 +8,12 @@
8
</footer>
9
10
<?php wp_footer(); ?>
11
+ <!-- at the end of the BODY -->
12
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({apiKey: '207328b0f1c18555c9021d05157dd651',
13
+ indexName: 'jquerymobile',
14
+ inputSelector: 'input[name=\'s\']',
15
+ debug: true // Set debug to true if you want to inspect the dropdown
16
+ })" async></script>
17
18
</body>
19
</html>
0 commit comments