|
|
|
|
@ -61,7 +61,8 @@ $(document).ready(function() { |
|
|
|
|
$.ajax({ |
|
|
|
|
contentType: "application/x-www-form-urlencoded", |
|
|
|
|
beforeSend: function(content_object) { |
|
|
|
|
$("div#"+div_content_id).html("<img src='../../../../main/inc/lib/javascript/indicator.gif' />"); }, |
|
|
|
|
$("div#"+div_content_id).html("<img src='../../../../main/inc/lib/javascript/indicator.gif' />"); |
|
|
|
|
}, |
|
|
|
|
type: "POST", |
|
|
|
|
url: "../../../../main/glossary/glossary_ajax_request.php", |
|
|
|
|
data: "glossary_id="+my_glossary_id, |
|
|
|
|
@ -71,17 +72,12 @@ $(document).ready(function() { |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
$("#highlight-plugin .glossary-ajax").mouseout(function(){ |
|
|
|
|
var current_element, |
|
|
|
|
current_element=$(this); |
|
|
|
|
var current_element = $(this); |
|
|
|
|
div_show_id=current_element.find("div").attr("id"); |
|
|
|
|
$("div#"+div_show_id).remove(); |
|
|
|
|
}); |
|
|
|
|
//helpers
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|