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>Testing</li>
                </ul>
</div>

And in dashboard.php
<div id="tabs-test"><!-- tabs-2 div starts .. Second Level of tabs for tab2
-->
                <ul>
                        <li>Testing11</li>
                        <li>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-UI-tabs-tp26537651s27240p26537651.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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to