![]() |
[ASK] Integrating CI and Jquery autocomplete plugin - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [ASK] Integrating CI and Jquery autocomplete plugin (/showthread.php?tid=10918) Pages:
1
2
|
[ASK] Integrating CI and Jquery autocomplete plugin - El Forum - 06-14-2009 [eluser]slowgary[/eluser] You'll probably need to post your code Mikey. [ASK] Integrating CI and Jquery autocomplete plugin - El Forum - 06-14-2009 [eluser]mikeyhell[/eluser] Copied from above ... I basically just added in that type:"post" but it won't pick up the post variable ... stays as get... not sure why it won't change but I checked on jquery forums and they said the same thing ... just add that param in and it should just work: Code: $.ajax({type: "post", From my view: Code: $(document).ready(function(){ [ASK] Integrating CI and Jquery autocomplete plugin - El Forum - 06-15-2009 [eluser]slowgary[/eluser] I'm not sure. You said you were getting an error. What gave the error? What file was it in? Did it give you a line number? [ASK] Integrating CI and Jquery autocomplete plugin - El Forum - 06-15-2009 [eluser]mikeyhell[/eluser] I got it worked out. I switched to the segment based autocomplete described in this thread: Segment Based Jquery Autocomplete I initially had some troubles with that on my local server but once I committed to my dev server everything seemed to work fine so I'm pretty sure that is the same issue I was having here. Not sure what the deal was though b/c I'm running a vm image of my dev server. Thanks anyways though. |