Změny dokumentu Můj Deník
Naposledy upravil David Brazda 09.11.2021 08:13
Popis verze:
Smazaný objekt
Přehled
-
Objects (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- XWiki.JavaScriptExtension[0]
-
- Kód
-
... ... @@ -1,13 +1,13 @@ 1 1 require(['jquery'], function($) { 2 2 $(document).ready(function(){ 3 - $("a").click(function (e) { 3 + $("#xwikicontent a").click(function (e) { 4 4 e.preventDefault(); //so the browser doesn't follow the link 5 5 6 - //$("#xwikicontent" ).load(this.href + " #xwikicontent" );6 + $("#xwikicontent" ).load(this.href + " #xwikicontent" ); 7 7 8 8 //$("#content").load(this.href, function () { 9 9 10 - alert('Loading content from:' + $(this).attr("href")); 10 + //alert('Loading content from:' + $(this).attr("href")); 11 11 //}); 12 12 }); //click 13 13 });//ready - Jméno
-
... ... @@ -1,1 +1,1 @@ 1 - if nav clicked,reload only content1 +test extensiony