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
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.
> /
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
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',
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
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.
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,
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
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
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
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..
--~-
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.
>
>
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
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
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
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/
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
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
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
>
> >
> >
> >
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
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
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
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
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
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
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
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
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
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?
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
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
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 +
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
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
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
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:
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
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
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",
>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
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
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
42 matches
Mail list logo