CG
Results
2
comments of
CG
> ```js > //Submit data on form change > $('.main-section').on('change', 'input, select', function(){ > var $form = $(this).closest('form'); > $form.request(); > }); > > //Pagination part > $('.main-section').on('click', '.pagination >...
Awesome. Unfortunately, I've already exhausted plenty of trials on different placement of code (and destroyed too many hours. But its "fun" right?? :/) if you can and are willing to...