If i set a textfield to use autocomplete: $(".form_tags_field").autocomplete(data, { multiple: true });
i get a $(". form_tags_field").change(function () {... }); event fired in Firefox ad IE but this does not happen in Safari. Has anybody see this or found a work around?