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?
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