Welcome Guest, Not a member yet? Register   Sign In
How to use jquery .load function in codeigniter?
#11

[eluser]GreatSlovakia[/eluser]
Just some notes:
- @marjune: You should never use base_url() + the url, because then you might get into problems depending on your syntax (e.g. index.php might or might not be there) and is a sign of really poor code.
- And secondly, if you're using ajax always use firebug or the chrome developer tools (F12 on windows... I think...) to check the network tab and observe which file is loaded and what it exactly gives back (e.g. a 404)




Theme © iAndrew 2016 - Forum software by © MyBB