, , , , :
function set_sAjaxSource(){
var oSettings = rtbl.fnSettings();
oSettings.sAjaxSource = "/api/reports/?type=sites&date_from=" + $("#date_from").val() + "&date_to=" + $("#date_to").val();
}
$('.sorting').bind('click', set_sAjaxSource)
$('.sorting_asc').bind('click', set_sAjaxSource)
$('.sorting_desc').bind('click', set_sAjaxSource)
$('.sorting_desc').bind('click', set_sAjaxSource)
$('.paginate_button').bind('click', set_sAjaxSource)
$('.sorting_active').bind('click', set_sAjaxSource)