Script inside Ajax PHP File -


i coding program fetching divs using script name "awesome-grid.js", facing issue while getting data through ajax. script not working , divs coming in wrong layouts.

function getload()  {  $.ajax({  data:'&task=results',  type:'post',  url:'ajax/ajaxloaddata.php',  success: function(result)  { document.getelementbyid('results').innerhtml = result;  }  });  }

above script using ajax. 


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -