Short look why, please: JQuery UI autocomplete from database |
[eluser]Jan_1[/eluser]
Sorry, I don't get it. Could somebody please have a look and give me a hint? Thank you!!! I have tryed a lot of variations and had a good look in the dokumentation, but nothing has worked. It's a fresh Codeigniter and "?" is permitted as uri_chars in config/config. Code: <s.c.r.i.p.t> but not this one: View: Code: <s.c.r.i.p.t> Code: function ajax_groups() If I ask the Browser for my Controller, I get these groups names like [{"id":0,"label":"group","value":"group1"},{"id":1,"label":"group","value":"group2"},{"id":2,"label":"group","value":"group3"}] When I do type a 'space' I get an erroer-message in console: GET http://url.tld/index.php/controller/ajax_groups?term=Pr+ 404 (Not Found) f.support.ajax.f.ajaxTransport.sendjquery.min.js:4 f.extend.ajaxjquery.min.js:4 a.widget._initSource.a.isArray.options.source.string.sourcejquery-ui.min.js:12 a.widget._searchjquery-ui.min.js:12 a.widget.searchjquery-ui.min.js:12 (anonymous function) |
Messages In This Thread |
Short look why, please: JQuery UI autocomplete from database - by El Forum - 01-28-2012, 07:35 AM
Short look why, please: JQuery UI autocomplete from database - by El Forum - 01-28-2012, 08:14 PM
Short look why, please: JQuery UI autocomplete from database - by El Forum - 02-22-2012, 12:33 PM
Short look why, please: JQuery UI autocomplete from database - by El Forum - 02-22-2012, 12:43 PM
Short look why, please: JQuery UI autocomplete from database - by El Forum - 02-22-2012, 01:57 PM
Short look why, please: JQuery UI autocomplete from database - by El Forum - 02-22-2012, 02:41 PM
|