Z verze
změnil(a) David Brazda
k 09.01.2021 11:10
Na verzi < 172.1 >
změnil(a) David Brazda
k 09.01.2021 11:05
< >
Popis verze: Smazaný objekt

Přehled

Rozpis

XWiki.JavaScriptExtension[0]
Kód
... ... @@ -1,13 +1,13 @@
1 1  require(['jquery'], function($) {
2 2  $(document).ready(function(){
3 - $("#document:xwiki:Agenda.WebHome 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 content
1 +test extensiony