nutfergie

Results 1 comments of nutfergie

``` $(document).on('pjax:success', function() { $('#grid_id th a').attr('href', function(i,data){ return data.replace( /&page=[0-9]/gi, '' ); }); ``` I solve it via jquery