type('stdin') ->data(' $(document).ready(function() { $("input[id=account_id_label]").typeahead({ minLength: 2, source: function (query,process) { search("'.$data['ajaxurl'].'",query,process,"account_lookup"); }, matcher: function () { return true; }, updater: function (item) { $("input[name=account_id]").val(users[item]).trigger("change"); return item; }, }); });'); ?>