Welcome Guest, Not a member yet? Register   Sign In
jquery (ajax) post to controller to model (and back) to view problem
#3

[eluser]siubie[/eluser]
maybe this could help Smile

Code:
$(document).ready(function() {
  $(‘a’).click(function(){
      $.post(<?=site_url('controller')?>, { id: this.name});
    });
});


Messages In This Thread
jquery (ajax) post to controller to model (and back) to view problem - by El Forum - 06-13-2010, 04:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB