Intergating dokuwiki and jquery

Posted by tacoen on Stack Overflow See other posts from Stack Overflow or by tacoen
Published on 2010-03-09T08:01:08Z Indexed on 2010/03/09 8:06 UTC
Read the original article Hit count: 555

Filed under:
|
|

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 Dokuwiki, search for "$(" and replace it with "$DW(", and it works like a charms, but I had to deal with every Dokuwiki plugins that has javascript in it.

So, how to alter "$" in prototype libaries/ Dokuwiki?

© Stack Overflow or respective owner

Related posts about dokuwiki

Related posts about jQuery