Skip to content

Commit

Permalink
variation issu soleved after trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed May 10, 2023
1 parent 003c0be commit 7861fa4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/js/wpt-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,19 @@ jQuery(function($) {

});

/**
* Solved topic here are:
* 1* paginated val
* 2*
*/
$(document.body).on('wpt_ajax_loaded',function(){
paginated_val = 0;

/**
* set Change trigger after load filter table
*
*/
$('.wpt_varition_section.variations').change();
});


Expand Down

0 comments on commit 7861fa4

Please sign in to comment.