Live search using Ajax isn't working on Plunker!

Hi,

I’m trying to test a live search using JSON and Ajax on Plunker.
However the code doesn’t work!
Is anything wrong with my code or Plunker isn’t able to handle Ajax requests?

Here is my example
http://plnkr.co/edit/ZkXMcRsHCuYg4axN5DL8?p=preview

Thanks

Hey!

It seems that the plunkr does not include any code for an AJAX request. Maybe the link is wrong?

Generally, if the AJAX search is on another domain, it will be blocked by the browser, due to the same-origin policy. There are ways to workaround that, for example JSONP or CORS. You can look them up if that is the case.

I hope that helps!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.