jQuery - string search() method

0 votes
196 views
added Oct 31, 2018 in jQuery by LC Marshal Captain (25,790 points)
function search() {
    window.location.search = $.param({
      query: $("#quick-search").val(),
      status: $("#request-status-select").val(),
      organization_id: $("#request-organization-select").val()
    });
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...