CodeIgniter Forums
How to call same methods via ajax from different urls ? - 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: How to call same methods via ajax from different urls ? (/showthread.php?tid=48200)



How to call same methods via ajax from different urls ? - El Forum - 01-07-2012

[eluser]Unknown[/eluser]
Hi, problem:

When i'm here : http://localhost/autozaibas/cars

ajax calls server at this address: http://localhost/autozaibas/ajax/markesmodeliai


But when i'm here: http://localhost/autozaibas/car/39

ajax calls server at this address
http://localhost/autozaibas/car/ajax/markesmodeliai and messes up everything.


Maybe somehow I could solve this problem, without duplicating code and without some sort of finding base_url with js ? .

I'ts car's search view, must be in both controllers.

Thanks in advance.