On Aug 18, 2:43 am, Met00 - Met00Cigar <[email protected]> wrote:
> per the jquery UI documentation the line below should return the index
> of the open tab
>
> var selected = $('.selector').tabs('option', 'selected');
>
> When I access the data using that line in the error console I get
>
> F is undefined
> jquery-1.3.2.min.js   - line 12
>
> using
> <script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> ui.core.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> jquery-ui.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> ui.tabs.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> ui.dialog.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> ui.dragable.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> ui.droppable.js"></script>
> <script type="text/javascript" src="http://jqueryui.com/latest/ui/
> ui.resizable.js"></script>
>
> so is this a bug in jquery or in jquery UI?

Per another post, I have removed...

<script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
ui.core.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
jquery-ui.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
ui.tabs.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
ui.dialog.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
ui.dragable.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
ui.droppable.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/
ui.resizable.js"></script>

and replaced it with

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jqueryui/1.7.2/jquery-ui.min.js"></script>

The error is still the same.

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