2 jQuery(document).ready(function($) {
4 jQuery("[name='refresh_jstree_html']").click( function() {
6 url: '/ajax/breeders/get_trials_with_folders',
7 beforeSend: function() {
8 jQuery("#working_modal").modal("show");
10 success: function(response) {
11 jQuery("#working_modal").modal("hide");
14 error: function(response) {
15 jQuery("#working_modal").modal("hide");
16 alert('An error occurred refreshing trial jstree html');