select2 does not work after ajax load…
Try initialising it again after the ajax load.
1 2 3 4 5 |
$( "#bigsigns").load( "add.php", function() { $(".js-example-basic-multiple-limit").select2(); }); |
select2 does not work after ajax load…
Try initialising it again after the ajax load.
1 2 3 4 5 |
$( "#bigsigns").load( "add.php", function() { $(".js-example-basic-multiple-limit").select2(); }); |
© 2022 CODEHAVEN