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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -