would be interesting to add the script
<script type="text/javascript">
CI_ROOT = "<?=base_url() ?>";
</script>
thus can reach the base_url, as in the case of ajax login
$.post(CI_ROOT+"/member/ajax/login",{ username: username, password:
password,rand:Math.random() } ,function(xml)
sorry for my english!
Greetings from Argentina
Original issue reported on code.google.com by
lvitt...@gmail.comon 27 Aug 2010 at 10:48