hello

my questions are:

are there dependencies between jquery and the javascript-tools? are the javascript-tools using jquery-functions? or are they independent?

-> if they are independent -> do i get a lot of overhead (loading etc.), if i use them?

greetings momper

Comments

nedjo’s picture

Yes, they're based on jQuery.

Overhead? Well, I've put some functions I commonly needed in jstools.js and reused them in several of the modules in the package. This might mean a bit of extra overhead if you use only one of the package modules, but may reduce overhead if you use more than one. In any case jstools.js is not particularly large.

momper’s picture

cool :)

thanks + greetings momper