Tagged Questions

7
votes
4answers
1k views

Can DokuWiki & jQuery play together?

I'm having some trouble getting jQuery to play nice with DokuWiki - has anyone already done this successfully? At the moment, including jQuery reuslts in all sorts of JS functionality breaking, and ...
0
votes
1answer
75 views

Dokuwiki and Javascript

Recently I saw this post about a "Go Top" button of this user that uses Jquery and want it converted to Mootools. I think this would be a nice feature for the free templates I'm writting to contribute ...
0
votes
1answer
70 views

jQuery script for clickNshow on a dokuwiki page

I am making a dokuwiki for our company, but because the documents tend to get very large, I want to collapse the sections and only show the headers. The sections should appear when the header has been ...
0
votes
1answer
284 views

Intergating dokuwiki and jquery

Dokuwiki us prototype, my site use Jquery. If there is another way to alter Dokuwiki javascript, instead using jQuery.noConflict(), or/and var $j = jQuery on my jQuery? I open all .js files on ...