// 버튼 클릭 
$("test_btn").on("click", function() {
    window.location.href = "/testImageDownload?search_text=" + 파라미터 값;
});

위와 같은 방법으로 할 경우 a태그의 href를 누른것과 같은 이벤트를 줍니다.