Searched refs:targetURL (Results 1 – 3 of 3) sorted by relevance
| /plugin/editions/ |
| D | script.js | 14 var targetURL = target.substring(0, hashPos); 18 fillSnippet(targetURL, targetAnchor, edition); 24 var targetURL = target.substring(0, hashPos); 32 function fillSnippet(targetURL, targetAnchor, edition) { argument 40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) {
|
| /plugin/golocal/ |
| D | script.js | 7 #targetURL; 21 this.#targetURL = event.target.href; 93 window.location.href = this.#targetURL;
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 1166 var targetURL = element.getAttribute(this.options.sourceAttr); variable 1169 this.currentImage.setAttribute('src', targetURL); 1173 if (this.loadedImages.indexOf(targetURL) === -1) { 1174 this.loadedImages.push(targetURL);
|