Welcome Guest, Not a member yet? Register   Sign In
Can't get URI class and jquery Ajax resquest working right.
#4

[eluser]chefnelone[/eluser]
I solved it.

using this
Code:
$.post('http://locallhost/ci/site/update_product' , $(this).serialize() , function(html){});

instead of:
Code:
$.post('../site/update_product' , $(this).serialize() , function(html){});


Messages In This Thread
Can't get URI class and jquery Ajax resquest working right. - by El Forum - 02-01-2010, 12:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB