linguisticexplorer/Linguistic-Explorer

View on GitHub
app/views/searches/show.js.erb

Summary

Maintainability
Test Coverage
$(function(){
  // Ajax Paging
  var default_page = "<%= escape_javascript(render("searches/results")) -%>"
  $("#results_table").html(default_page);
});