Hi,

  See I have two files 1) tree.php where i have a code snippet 
<div id="tabs-test"><!-- tabs-2 div starts .. Second Level of tabs for tab2
-->
                <ul>
                        <li> dashboard.php Testing </li>
                </ul>
</div>

And in dashboard.php 
<div id="tabs-test"><!-- tabs-2 div starts .. Second Level of tabs for tab2
-->
                <ul>
                        <li> dashboard1.php Testing11 </li>
                        <li> dashboard1.php Testing22 </li>
                </ul>
</div>
Both the files are in the same level and in both files I have included the
JQuery related stuffs inside one folder called JS like 
               <script type="text/javascript"
src="JS/jquery-1.3.2.js"></script>
                <script type="text/javascript" src="JS/ui.core.js"></script>
                <script type="text/javascript" src="JS/ui.tabs.js"></script>
                <link rel="stylesheet" type="text/css" href="JS/ui.all.css"/>
  My problem is that when am viewing dashboard.php alone, I could see two
JQuery tabs. But the same thing is not achieved when i view that tree.php.
Pls help me out.....

-- 
View this message in context: 
http://old.nabble.com/Jquery-tabs-tp26491937s27240p26491937.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to