23
jQuery $ .ajax (), $ .post che invia "OPTIONS" come REQUEST_METHOD in Firefox
Problemi con quello che pensavo fosse un plugin jQuery relativamente semplice ... Il plugin dovrebbe recuperare i dati da uno script php tramite Ajax per aggiungere opzioni a <select>. La richiesta Ajax è piuttosto generica: $.ajax({ url: o.url, type: 'post', contentType: "application/x-www-form-urlencoded", data: '{"method":"getStates", "program":"EXPLORE"}', success: function (data, status) { …