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
-
... ... @@ -3,11 +3,11 @@ 3 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 + //$("#contentcolumn" ).load(this.href + " #contentcolumn" ); 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