xcash / bootstrap-autocomplete

Bootstrap Autocomplete
MIT License
168 stars 72 forks source link

Cross Domain Option #130

Closed LendaUrbana closed 3 years ago

LendaUrbana commented 3 years ago

Apis calls in external domains

Need for crossDomain in ajax

I made changes to the code below and it would be a good choice to use. The changes are on lines 91 and 411 new_code.txt

xcash commented 3 years ago

Hi @LendaUrbana When using with crossdomain (jsonp) you usually need to add other parameters too. In these type of scenarios is better to customize the ajax call using the provided events.