Welcome Guest, Not a member yet? Register   Sign In
How to catch variable from classic url in codeigniter
#18

[eluser]redraw[/eluser]
[quote author="Syllean" date="1372782193"]
Quote:Using codeigniter there is a problem for the plugin because It usually send the request to the server with get method but by default codeigniter turn off query strings. So what can we do? Go to the jquery.autocomplete.js file and search for the ajax method and add the type as post for it. Now autocomplete will send the search parameter with post method.

The instructions you linked say that you need to add a line to the autocomplete.jquery.js file in the $.ajax method. Open that file and add then add the following after line 367 to use POST:

Code:
type: 'POST',
[/quote]

you are right man. thank you, and thank you for all of you for to be kind to help me out.

long life codeigniter.:wow:


Messages In This Thread
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 01:00 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 01:07 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 01:40 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 01:46 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 01:58 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 02:58 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 03:25 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 04:08 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 08:46 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 08:50 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 08:55 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 08:58 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 09:03 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 09:08 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 09:10 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 09:18 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 09:23 AM
How to catch variable from classic url in codeigniter - by El Forum - 07-02-2013, 09:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB