Help me to create choose regional with mysql and ajax |
I created an api in my localhost, try call it as https://api.example.test/v1/address/id/parameter
the value of parameter is province, district, sub-district and village. I have created a country list in my ContinueSignUpView that has a id value. And here is my javascript : Code: $(document).ready(function(){ I have checked that request return as 200, but it cant show the province select, Thanks I also has added in my api .htaccess : Code: Header set Access-Control-Allow-Origin "*" |
Messages In This Thread |
Help me to create choose regional with mysql and ajax - by mjamilasfihani - 02-12-2020, 11:53 PM
RE: Help me to create choose regional with mysql and ajax - by jreklund - 02-13-2020, 10:54 AM
RE: Help me to create choose regional with mysql and ajax - by mjamilasfihani - 02-13-2020, 11:05 AM
RE: Help me to create choose regional with mysql and ajax - by mjamilasfihani - 02-13-2020, 02:26 PM
RE: Help me to create choose regional with mysql and ajax - by jreklund - 02-14-2020, 12:19 PM
RE: Help me to create choose regional with mysql and ajax - by mjamilasfihani - 03-19-2020, 09:26 AM
|