forked from LiveCarta/LiveCartaWP
wordpress FAQ plugin
This commit is contained in:
5
htdocs/wp-content/themes/lawcarta/assets/js/faqSearch.js
Normal file
5
htdocs/wp-content/themes/lawcarta/assets/js/faqSearch.js
Normal file
@@ -0,0 +1,5 @@
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
$('.start-search').on('click', function(){
|
||||
$('#search-form').submit();
|
||||
});
|
||||
})
|
||||
Reference in New Issue
Block a user