Skip to content
Advertisement

data through ajax for tagify whitelist

I’m trying to get the data through ajax for tagify whitelist. but I get the following mistake

JavaScript

code is:

JavaScript

when I test it with “alert (response);” displays the data – ['123','333','763',asd']

Advertisement

Answer

You are trying to access a local variable from callback response as global variable.

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement