Welcome Guest, Not a member yet? Register   Sign In
Request check user availability CodeIgniter jquery example code
#4

[eluser]Mackstar[/eluser]
I would check your controller method "check_user_availability" first and checking that this is correct, use GET to do this. once you are confident this works then it will be JQuery you need to look at.

You can check the incoming ajax request using Firefox - firebug or HttpFox plugin, if the returning data is correct, then you can look into your post call

$.post("/accounts/check_user_availability",{ user_name:$(this).val() } ,function(data)

if this is OK then check your fading in function

Just check each step until you can find out what part of the process is not working.

Hope it helps

Cheers

Richard


Messages In This Thread
Request check user availability CodeIgniter jquery example code - by El Forum - 10-22-2009, 12:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB