Passing the second parameter through for extra options isn't currently supported by the module......

  jquerytools_add('tabs', 'ul.tabs', 'div.panes > div', array(
       // enable "cross-fading" effect
       'effect' => 'fade',
       'fadeOutSpeed' => 'slow',
       // start from the beginning after the last tab
       'rotate' => TRUE,
  ));
$("div.tabs").tabs(".images > div", {

       // enable "cross-fading" effect
       effect: 'fade',
       fadeOutSpeed: "slow",

       // start from the beginning after the last tab
       rotate: true
   });

Comments

stefan81’s picture

thanks for your work!
looking forward to the update :)
Unfortunately I can't help with coding, but I chip in a donation towards development if desired.

rickmanelius’s picture

Greetings Rob,

So in the meantime, should we simply ignore jquerytools_add and include a seperate jquery file to enable our tools?

If so, I assume we should still use jquerytools_add('toolname') to get the jquerytools file loaded prior to the JS call correct?

-Frank

stefan81’s picture

any updates?

jc.vdb’s picture

Status: Active » Needs work

need some explanation on this.

I really need for the third parameter to work; isn't there a patch somewhere?
Are you planning on working on this?

jquerytools_add('overlay', '#footer ul li.dealerLocator a[rel]',array('mask'=>array("color"=> 'black',"loadSpeed"=> 200, "opacity"=> 0.5)));

I thinks you could tell people on the home module page that this doesn't work.

Thanks for your work of course :-)