Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    I guess there is a way. Try adding the following custom code to your site footer:

    <script>
    $(function() {
        var phrase = "test";
        $('input.orig').val(phrase).keyup();
    });
    </script>

    Change the phrase variable value to whatever phrase you need.

Viewing 1 replies (of 1 total)
  • The topic ‘Trigger a search on load’ is closed to new replies.