Subversion Repository Public Repository

Nextrek

Diff Revisions 832 vs 909 for /legal-map/js/articolo.js

Diff revisions: vs.
  @@ -10,7 +10,11 @@
10 10 $(popupEl).find('a').each(function(){
11 11 $(this).data("href", $(this).attr("href")).removeAttr("href").addClass("popup-anchor");
12 12 });
13 -
13 +
14 + $(popupEl).find(".articolo-popup").children().each(function(){
15 + console.log(this);
16 + });
17 +
14 18 artEl.append(popupEl);
15 19
16 20 var arrowEl = $("#articolo-popup-"+folderPopup+"-"+filenamePopup+" .popup-arrow");