[jquery-ui] Re: how to use custom theme css file

2009-01-16 Thread niner
thanks for the help on the versioning. that was exactly the problem. On Jan 16, 4:06 pm, "Derek Hollis" wrote: > Verify what version of JQuery UI and the themeroller you downloaded.  The > themeroller is setup for jquery ui 1.6rc5.  You can download the 1.5 version > by looking at the bottom of

[jquery-ui] Re: jQuery 1.3, UI Tabs 1.6r5, ajax...

2009-01-16 Thread Klaus Hartl
PS: Being able to configure class names like you do will go away in 1.6 final, just so you know. --Klaus On 17 Jan., 01:14, rolfsf wrote: > using jQuery 1.3 and jQuery UI 1.6r5 > On a page I've got some ajax tabs. Now in a global.js file I > initialized tabs before I switched them to ajax. > /

[jquery-ui] Re: jQuery 1.3, UI Tabs 1.6r5, ajax...

2009-01-16 Thread Klaus Hartl
Use the load/show callback (documented and the API hasn't changed by the way) $('#example').tabs({ load: function(event, ui) { //initialize everything } }); The difference between show and load is that the latter is fired immediately after the tab content has been loaded via Ajax

[jquery-ui] jQuery 1.3, UI Tabs 1.6r5, ajax...

2009-01-16 Thread rolfsf
using jQuery 1.3 and jQuery UI 1.6r5 On a page I've got some ajax tabs. Now in a global.js file I initialized tabs before I switched them to ajax. //initialize tabs $("ul.tabs-nav").tabs( defaults = { navClass: 'tabs-nav',

[jquery-ui] Accordion Glitch Fest in Safari 3

2009-01-16 Thread Featherodd
I am having some seriously nasty problems with the accordion animating and redrawing in safari on a page that I'm developing... http://www.dotbounce.com/creativehc/v4/ Anybody know what's causing this? The accordion was skinned using the theme roller. Everything seems to be running fine

[jquery-ui] Tabs .bind callback with v1.3

2009-01-16 Thread Phil
Hi, Im using jQuery 1.3 with ui 1.6 - the following works in 1.2.6, but not 1.3 $('#tabs').bind('tabsload', function(event, tb) { var sTab = $(tb.tab).html(); alert(sTab); // Alerts the string in the a tag }); further testing, all the `tb` info is undefined.. tb.index, tb.

[jquery-ui] UI Dialog not being positioned correctly

2009-01-16 Thread Sarge
In 1.6rc2 dialogs where auto positioned quite well in the center of the screen, now in 1.6rc5 all my dialogs are positioned too low on the screen (way too low). I know I could "fix" this manually with an offset but wanted to make sure I wasn't doing something wrong. Is this a bug that is known,

[jquery-ui] Re: how to use custom theme css file

2009-01-16 Thread Derek Hollis
Verify what version of JQuery UI and the themeroller you downloaded. The themeroller is setup for jquery ui 1.6rc5. You can download the 1.5 version by looking at the bottom of the themeroller's left nav. On Thu, Jan 15, 2009 at 11:32 PM, niner wrote: > > I have used the default Flora theme wi

[jquery-ui] Re: themeroller + datepicker not synchronized

2009-01-16 Thread Derek Hollis
Same here. I didn't realize the themeroller was already on the RC instead of the stable release. Thanks! On Fri, Jan 16, 2009 at 3:34 PM, ryan wrote: > > Looking at the source, it appears that I'm using jQuery UI version > 1.6. ($.ui={version:"1.6rc4") > > I just revisited the themeroller page

[jquery-ui] Re: Dialog - whats changed?

2009-01-16 Thread Nikola
Setting the container to an absolute position is what did it. Problem solved. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsu

[jquery-ui] Re: Dialog - whats changed?

2009-01-16 Thread Nikola
UPDATE: It's something in my CSS. I remember reading something about using auto margins or relative positioning, that there was some type of conflict. I don't have time now but I'll track it down later tonight. It doesn't look like a Dialog issue but rather something in the CSS. Thanks.. --~-

[jquery-ui] Re: Dynamic Tabs URL

2009-01-16 Thread Klaus Hartl
You seem to be using a fairly outdated version of Tabs. I may have fixed the bug in the meantime already. --Klaus On 16 Jan., 23:41, "Russ Hacker" wrote: > Klaus, > > I posed this response to another thread, but it does not appear to be > logging, so I'm trying a post via email. > >

[jquery-ui] plugin incompatibilities could cause problems

2009-01-16 Thread Rob Monie
I thought it might be worth a quick mention to save anyone with the same problems I had when I first tried using 1.6rc5. A bunch of really fundamental jquery things stopped working for me when I upgraded. For example, when performing a query like $("#clients li.client") it was only ever returnin

[jquery-ui] Re: UI1.6RC5: accordion under IE6

2009-01-16 Thread Up-Works
In my IE6 ui.1.6rc5 case the Accordion pane activates and then the content disappears If I CNTRL+A it will show where the content is but still is hidden or on a sub z-layer. On Jan 16, 4:56 am, zemm wrote: > Actually, it does have a few other problems under ie, for me at least. > For example, t

[jquery-ui] Re: Dynamic Tabs URL

2009-01-16 Thread Russ Hacker
Klaus, I posed this response to another thread, but it does not appear to be logging, so I'm trying a post via email. ** ** Klaus, Thanks for the assistance on another thread...thought I would add to this thread as

[jquery-ui] Re: UI Tabs with Facebox in IE7 throw a Exception

2009-01-16 Thread Klaus Hartl
Probably Facebox needs an upgrade to work with jQuery 1.3. Otherwise a test case would be very helpful. --Klaus On 16 Jan., 15:49, Alexsandro_xpt wrote: > Updating my projects to jQuery 1.3... > > And now using jQuery 1.3 and UI revision 1636 at > SVNhttp://jquery-ui.googlecode.com/svn/trunk/

[jquery-ui] Re: jquery.ui-1.6rc4, dialog - Re-open issues

2009-01-16 Thread Scott González
This is fixed in rc5. On Jan 16, 2:35 pm, Fontzter wrote: > Strange...I'm having a similar problem.  I get the alternating height > in FF.  However, I am not getting errors in IE. > > Have you resolved it? > > On Jan 15, 10:38 pm, Chris wrote: > > > Hello, > > > If I set the height or the heigh

[jquery-ui] Dialog - whats changed?

2009-01-16 Thread Nikola
I'm wondering what's changed with Dialog. In jQuery 1.26 and UI 1.5.3 I, for the most part, I never had any difficulty with the Dialog window. I'm updated to jQuery 1.3 and UIrc5 but my Dialog window consistently opens with only the title-bar visible and then snaps to the "full" dimensions upon

[jquery-ui] Re: jquery.ui-1.6rc4, dialog, BGIFRAME, and drag or resize hell

2009-01-16 Thread Scott González
This has been fixed in rc5. On Jan 15, 8:59 am, Scott González wrote: > We've got a ticket for this:http://ui.jquery.com/bugs/ticket/3808 > > We'll try to get this resolve today. > > On Jan 15, 5:43 am, Chris wrote: > > > HERE IS THE CODE: > > all js and cs is loading fine > > > > > > >

[jquery-ui] Re: themeroller + datepicker not synchronized

2009-01-16 Thread ryan
Looking at the source, it appears that I'm using jQuery UI version 1.6. ($.ui={version:"1.6rc4") I just revisited the themeroller page and downloaded themeroller version 3. Maybe I clicked on the wrong link yesterday, but looking at the themeroller 3 styles, I notice this definitely different tha

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread Fontzter
You might be able to set the input to readonly... readonly="readonly" On Jan 16, 2:49 pm, bryce4president wrote: > That kind of stinks about the clear function being taken out.  I > really like the design visually of the 1.6 version over the 1.5 > version.  I'm working with someone who only wan

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread bryce4president
That kind of stinks about the clear function being taken out. I really like the design visually of the 1.6 version over the 1.5 version. I'm working with someone who only wants to allow the user to pick a date from the datepicker and not allow them to wipe it out once it has been chosen, simply

[jquery-ui] Re: jquery.ui-1.6rc4, dialog - Re-open issues

2009-01-16 Thread Fontzter
Strange...I'm having a similar problem. I get the alternating height in FF. However, I am not getting errors in IE. Have you resolved it? On Jan 15, 10:38 pm, Chris wrote: > Hello, > > If I set the height or the height option of the dialog,  and open the > dialog via a link,  close the dialog

[jquery-ui] Re: Where is Autocomplete in 1.6rc5

2009-01-16 Thread Fontzter
It was removed b/c it is not going to be in 1.6 final. You will have to use the separate file from an earlier version. There may be some tweaking necessary with it as well. I think I had to do something with the KEY references in it. Actually, hold on a minute... Ok, I pasted my modified cop

[jquery-ui] Where is Autocomplete in 1.6rc5

2009-01-16 Thread Gabriel Beauchamp
Where can I download the jQuery UI version of autocomplete? It was available to download on version 1.6rc2 Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send

[jquery-ui] Re: jQuery UI 1.6rc5 Compatible with jQuery 1.3

2009-01-16 Thread Alexsandro_xpt
Some problem. UI Tabs with Facebox in IE7 throw a Exception See this post http://groups.google.com/group/jquery-ui/browse_thread/thread/009afe01bd3b2667 On 16 jan, 14:14, "Richard D. Worth" wrote: > Fromhttp://blog.jquery.com/2009/01/16/jquery-ui-16rc5-compatible-with-jqu... > > jQuery UI 1

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread Richard D. Worth
The documentation is not yet updated for 1.6, since 1.6 is still in release candidate. We always maintain documentation for the latest stable release (currently 1.5.3). Over the next week as we approach 1.6 final, we'll be updating all of the documentation. As far as what has changed between 1.5.3

[jquery-ui] jQuery UI 1.6rc5 Compatible with jQuery 1.3

2009-01-16 Thread Richard D. Worth
From http://blog.jquery.com/2009/01/16/jquery-ui-16rc5-compatible-with-jquery-13/ jQuery UI 1.6rc5 is available. *Download jQuery UI 1.6rc5* You can download the entire development bundle directly http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc5.zip This includes a default theme, as well

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread bryce4president
No, actually I was referring to the example in the Docs... http://docs.jquery.com/UI/Datepicker I'm guessing this one uses 1.5 and not the 1.6rc4? Is this deprecated in 1.6? Is the clear option no longer available? Bryce On Jan 15, 8:33 pm, "Richard D. Worth" wrote: > Do you mean this demo?

[jquery-ui] Re: UI Autocomplete not working :(

2009-01-16 Thread Olivier
Works like a charm, thanks a lot!!! On Jan 16, 3:55 pm, Jörn Zaefferer wrote: > Try to use this version of autocomplete for > now:http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ > Usage: > jQuery('#employesearch').autocomplete(mydata, { other options... }); > > Jörn > > > > On

[jquery-ui] Re: ui.autocomplete.js where to download that file?

2009-01-16 Thread Kyle Farris
Oh okay. Yeah, I just read an old thread from October that was talking about the deferment to 1.7. I'll just have to make due with another plugin or try to modify the current one to work. I did download 1.6rc5 this morning but it didn't make any difference on the autocomplete extension. Everything

[jquery-ui] Re: UI Autocomplete not working :(

2009-01-16 Thread Kyle Farris
I'm using jQuery 1.3, jQuery UI 1.6rc5, and the ui.autocomplete.js found on the SVN and it isn't working either. :-(. Are you getting any errors in FireBug? -Kyle On Jan 16, 8:48 am, Olivier wrote: > Hello, > > I am sorry but I can't get the UI Autocomplete to work. I am using > jQuery 1.2.6 +

[jquery-ui] Re: UI Autocomplete not working :(

2009-01-16 Thread Jörn Zaefferer
Try to use this version of autocomplete for now: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Usage: jQuery('#employesearch').autocomplete(mydata, { other options... }); Jörn On Fri, Jan 16, 2009 at 2:48 PM, Olivier wrote: > > Hello, > > I am sorry but I can't get the UI Aut

[jquery-ui] UI Tabs with Facebox in IE7 throw a Exception

2009-01-16 Thread Alexsandro_xpt
Updating my projects to jQuery 1.3... And now using jQuery 1.3 and UI revision 1636 at SVN http://jquery-ui.googlecode.com/svn/trunk/ui/ But in IE 7 I get a script error: Exception thrown and not caught What that error can be? In jQuery 1.2.6 and older UI Tab, It's was work fine. Some body h

[jquery-ui] UI Autocomplete not working :(

2009-01-16 Thread Olivier
Hello, I am sorry but I can't get the UI Autocomplete to work. I am using jQuery 1.2.6 + jQuery UI 1.5.3 + ui.autocomplete.js (found on the SVN). Here is my declaration : var mydata = "moi toi".split(" "); jQuery('#employesearch').autocomplete({data:mydata}); On the loading side, I have loaded

[jquery-ui] [accordion] 1.6 rc 4 and 5 - assignment of selected class (both default and selectedClass) assigns it to the wrong div

2009-01-16 Thread zemm
Hi, as in subject, assignment of selected class to the active accordion element (both default and via selectedClass) assigns it to the wrong div, actually to the accordion content div. It works as expected with ui 1.5.3 . div structure:

[jquery-ui] 3d carousel effect - just like on previous UI website

2009-01-16 Thread marek trlyiński
can you tell me, what was that plugin? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to

[jquery-ui] Re: UI1.6RC5: accordion under IE6

2009-01-16 Thread zemm
Actually, it does have a few other problems under ie, for me at least. For example, the overflow of contents won't work properly, and I have to tweak the accordion divs via css in order to let it work... On 16 Gen, 10:03, stoffel wrote: > From first RC to the actual one the icons leading the acc

[jquery-ui] [accordion] Accordion selectedClass problems

2009-01-16 Thread zemm
Hi, www.alu.com/entest/products/index_test.php I trigger the accordion this way: jQuery(document).ready(function () { jQuery("#test-accordion").accordion({ header: "div.accordion-toggle",

[jquery-ui] UI1.6RC5: accordion under IE6

2009-01-16 Thread stoffel
>From first RC to the actual one the icons leading the accordions are not positioned correctly under IE6. They are fine under IE7 and FF. In the Demo you can see them with a huge offset far below the actual accordion control. Anyone noticed ? By the way: I find the look of accordion and tabs rath

[jquery-ui] Tab and Doube-Click Issue

2009-01-16 Thread MikeC
I am new to javascript and I am hoping someone here can help me out. I added the tabs widget using the following code: $(document).ready(function() { $('#tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' }, deselectable: true, selected: null }); }); The tabs work great in ter

[jquery-ui] Re: selecting a selectable via click

2009-01-16 Thread Rob Monie
Will do. I've done some preliminary testing with the latest rc5 release with jQuery 1.3 and this bug fix in particular is working great for me. Anything else that comes up i'll be sure to submit a test case for. thanks again, rob On Jan 16, 6:48 pm, "Richard D. Worth" wrote: > This is fixed i