It's a nice plugin, but

Hi, recently, I know this plug-in and it is attractive for me.
But when I use this plug-in with accordion plug-in with same page, some strange phenomenon occur.

For example, when I write gradient and accordion plug-in as below order,
accordion plug-in work, but gradient is gone.

--------------------------------------------------
$(function () {
$('#main').gradient({
from: 'fefefe',
to: 'cddcc3',
direction: 'horizontal'
});
});
$(function () {
$('ul.drawers').accordion({
header: 'h2.drawer-handle',
selectedClass: 'open',
event: 'mouseover'
});
});
--------------------------------------------------
But, when I write accordion and gradient order, gradient work and accordion now work.
Do you have any information about such situation?

Sincerely

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
5 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.