I am trying to move the div of search of datatables to go along with scrollbar where the datatables are loading with an properly of overflow: auto;
here is my code but it is not moving along
$('#datatables_wrapper').scroll(function() {
$('#datatables_filter').animate({right:$(this).scrollRight()});
});
i tried in console, it gives no error, but it does move element from its position