Typesetter-Original-gtbu/addons/--Plugin_Examples/static/02_script.js

6 lines
146 B
JavaScript

gplinks.refresh_content = function(rel,evt){
evt.preventDefault();
var href = jPrep(this.href)+'&cmd=refresh';
$.getJSON(href,ajaxResponse);
}