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
Comment #1
stefan81 commentedthanks 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.
Comment #2
rickmanelius commentedGreetings 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
Comment #3
stefan81 commentedany updates?
Comment #4
jc.vdb commentedneed 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 :-)