Ajax not works inside unbounce
I tried custom javascript and tried for
//get regions
.getJSON('[http://packers-movers-india.in/c/regi...](http://packers-movers-india.in/c/regionws)', { get\_param: 'value' }, function(data) {
.each(data, function(index, element) {
('body').append((’’, {
text: element.name
}));
});
});
but i am not getting the output from unbounce for this ajax request.
please do help me out of this