This is my code:
$(document).on(\'change\', \'#tblhotel-int_zone_id\', function(e){ var zoneId = $(this).val(); var form_data = { zone: zoneI
This works. Change the csrfParam with your own in Config/main.php
'components' => [ 'request'=>[ 'csrfParam'=>"othername" ], ...
Remember that you must include in your requests the token with the same name as you defined in config.