Welcome Guest, Not a member yet? Register   Sign In
Load a view
#8

[eluser]narkaT[/eluser]
you haven't solved the problem, you just worked around it Smile


your're probably misunderstanding the concept of AJAX.

like Dready said, when the ajax-request is complete you'll
have to do something with the result in order to see any changes.

ps: Most frameworks prefer an object instead of a parameter-string when dealing with ajax:
Quote:$.ajax({
url: "<?=base_url()?>logs/update_logs",
global: false,
type: "POST",
async: true,
dataType: "html",
data: {
con_num: contract_no
}
});


Messages In This Thread
Load a view - by El Forum - 10-16-2008, 10:42 PM
Load a view - by El Forum - 10-17-2008, 12:51 AM
Load a view - by El Forum - 10-19-2008, 04:14 PM
Load a view - by El Forum - 10-20-2008, 08:49 PM
Load a view - by El Forum - 10-20-2008, 09:16 PM
Load a view - by El Forum - 10-20-2008, 09:32 PM
Load a view - by El Forum - 10-20-2008, 09:54 PM
Load a view - by El Forum - 10-21-2008, 02:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB