Its WordPress Website where i have done lots of customization as per my clients requirement i am just stuck with a problem now. I have used a jquery to tabify the UI for tabs in my sidebar section working great. I am using the below code for tabify..
<script type="text/javascript">
// <![CDATA[
$(document).ready(function () {
$('#menu').tabify();
$('#menu2').tabify();
});
// ]]>
But the problem arise when i installed the “simple lightbox plugin” for the gallery section. This tabs section stops working. Not Only with this plugin, i have tried with several plugin, but i am getting the problem in this tabs. 🙁
I don’t have much knowledge in jquery and am helpless now. Can anyone please help me with the situation.
1 Answer