Welcome Guest, Not a member yet? Register   Sign In
Load the data in ajax
#2

[eluser]Karman de Lange[/eluser]
You will just need to update the class/id selectors and the url as you did not post any info regarding this.

Code:
$('#select_dropdown').on('change',function(){

   //Get table Name
  $table = $(this).val();
  //Load the url + table into table_holder.
  $.('#table_holder')load('url'+table);

})


Messages In This Thread
Load the data in ajax - by El Forum - 02-18-2014, 10:06 PM
Load the data in ajax - by El Forum - 02-19-2014, 03:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB