• Resolved sohanacutweb

    (@sohanacutweb)


    I want to show search data on page load without clicking search button. I have set default domain name in input field value: abussss.com using Jquery.
    Please suggest me how to do this.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Bryan Focht

    (@bfocht)

    You pretty much had it. Just wrap in an if statement and then add the jquery button click.

    
      if (domain_name) {
        $(".search-field").val(domain_name);
        $('.rstore-domain-search-button').click()
      }
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘Default Search on Page Load without Clicking on Button’ is closed to new replies.