is there any way to change the URL in browser without reloading page after click a DOM element?
$('#filter_form').on('change', function () {
$.ajax(options);
//change the browser URL
});
Ex:
Before: http://somepage.com/filters
After: http://somepage.com/filters?type=apartment