Welcome Guest, Not a member yet? Register   Sign In
Update a Select with onchange of other Select
#5

[eluser]Nuno Simões[/eluser]
Thanks, I had some problems getting the selected value, but is solved now.

I have another question, what do I need to load to make the next piece of code to work:

Code:
$.ajax({
      type: "POST",
      url:  "<?php echo site_url("the_url_of_your_ajax_controller")?>",
      data: a,
      success: function(msg){
        $("#ajax_target").html(msg);
        }
    });


Messages In This Thread
Update a Select with onchange of other Select - by El Forum - 11-19-2008, 06:57 PM
Update a Select with onchange of other Select - by El Forum - 11-20-2008, 01:29 AM
Update a Select with onchange of other Select - by El Forum - 11-20-2008, 03:27 AM
Update a Select with onchange of other Select - by El Forum - 11-20-2008, 04:34 AM
Update a Select with onchange of other Select - by El Forum - 11-20-2008, 07:58 AM
Update a Select with onchange of other Select - by El Forum - 11-20-2008, 08:10 AM
Update a Select with onchange of other Select - by El Forum - 11-20-2008, 11:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB