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 fde0aab commit 7caa18dCopy full SHA for 7caa18d
themes/jquery/footer-ui.php
@@ -36,6 +36,12 @@
36
</footer>
37
38
<?php wp_footer(); ?>
39
+ <!-- at the end of the BODY -->
40
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({apiKey: '2fce35e56784bbb48c78d105739190c2',
41
+ indexName: 'jqueryui',
42
+ inputSelector: 'input[name=\'s\']',
43
+ debug: true // Set debug to true if you want to inspect the dropdown
44
+ })" async></script>
45
46
</body>
47
</html>
0 commit comments