Searched refs:targetAnchor (Results 1 – 1 of 1) sorted by relevance
15 var targetAnchor = target.substring(hashPos+1, target.length);18 fillSnippet(targetURL, targetAnchor, edition);25 var targetAnchor = target.substring(hashPos+1, target.length);27 jQuery('#load__'+targetAnchor).empty().hide();32 function fillSnippet(targetURL, targetAnchor, edition) { argument33 var $snippet = jQuery('#load__'+targetAnchor).show().html(loadingImg);34 var snippetMapKey = edition+'-'+targetAnchor;40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) {