estimancy/projestimate

View on GitHub
app/views/organization_technologies/change_abacus.js.erb

Summary

Maintainability
Test Coverage
$("#tabs-8").html("<%= j render(:partial => "organization_technologies/abacus") %>");


$("#technology").change(function() {
  return $.ajax({
    url: "/change_abacus",
    method: "GET",
    data: "technology=" + $(this).val()
  });
});