[jquery-ui] UI Tabs - Mismatching fragment identifier?

2008-09-24 Thread ajpiano
What is this error meant to signify? There have been a few threads about this, but they contained nothing conclusive. The error seems to only be thrown by the switchTab() method, but it doesn't even appear that my tabs are initing properly - classes are applied, but the content of all the tabs

[jquery-ui] Drag and drop select option

2008-09-24 Thread Riaz
Hi How do I drag and drop a option from a select list? I tried to search for this problem... read few references... but did not find anything yet... can this be done using JQuery... I am trying to arrange the list items in a sequence, so I want to drag them from one list to another.. Pls let

[jquery-ui] Re: UI Tabs - Mismatching fragment identifier?

2008-09-24 Thread Klaus Hartl
The tabs href fragment identifier has to match an id in the current document. Say you have a link in your tabs unordered list: ul lia href=#exampleTab/a/li ... /ul Than you need a matching div with such id being the tab content panel: div id=example ... /div If no such id is found

[jquery-ui] Re: Problem with Tabs on Dialog in IE7

2008-09-24 Thread Klaus Hartl
I think there's already a ticket for that (bug tracker seems to be down right now). Some IE CSS weirdness again, sometimes it helps to apply hasLayout to the elements. Will have a look into it. --Klaus On Sep 23, 4:55 pm, Finchi [EMAIL PROTECTED] wrote: Hi, having a Problem with a Tab on a

[jquery-ui] Re: Please help: dialog input slow when modal true in IE

2008-09-24 Thread Scott González
There are a few problems with your suggested proposal. First, it suffers from the same problem as the current implementation. The real problem is that we have to calculate whether the element being used is in the top-most dialog. Also, putting handlers on the overlay wouldn't do anything since

[jquery-ui] Re: Proper Syntax for setting 'Blind' Speed w/Dialog

2008-09-24 Thread Scott González
Setting the speed is not currently supported. There is a ticket for this, but Trac is currently down while we're switching servers, so I can't tell you which ticket it is. On Sep 23, 4:41 pm, Greg E. [EMAIL PROTECTED] wrote: Hi all, Here's what I have going on: //create dialog

[jquery-ui] How Can I Help Get Google Analytics / urchinTracker out of demos/etc?

2008-09-24 Thread Noodler
new to jQuery UI--rah! rah! rah! Mr. Resig and the rest have a very, very good thing in jQuery. downloaded the example code and all of the web pages have google analytics code in them how may I help fix that? thanks, --jim --~--~-~--~~~---~--~~ You received