wordpress FAQ plugin

This commit is contained in:
Egor Svitin
2019-02-19 10:21:31 +02:00
parent ae820d2169
commit a134080f14
8 changed files with 216 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
document.addEventListener("DOMContentLoaded", function(event) {
$('.start-search').on('click', function(){
$('#search-form').submit();
});
})