Having trouble with what I thought was a relatively simple jQuery plugin...
The plugin should fetch data from a php script via ajax to add options to a
Check if your form's action URL includes the www part of the domain, while the original page you have opened is viewed without www.
action
www
Typically done for Canonical Urls..
I struggled for hours before stumbling upon this article and found the hint of Cross Domain.