[jquery-ui] Re: Having trouble getting nonmodal popup to work

2008-12-21 Thread sa...@topequine.com
Hello Scott This is very first time I have used these. Yours is my first. :) Can you give me just a bit more info on what I edit and change. Merry Christmas Scott González wrote: > This question is really better suited for the main jQuery list since > it's not about a jQuery UI plugin. > > I

[jquery-ui] Position problem with draggable

2008-12-21 Thread Andy
I am brand-new to jQuery (though I am an experienced programmer) I have a sample page whose behavior I'm not understanding (see the code that follows this post) You will need jquery & jquery-ui in the same directory. When you double-click the div 'center', a new div will be created at the double-

[jquery-ui] JQuery Droppable Demo?

2008-12-21 Thread Wilson
I need something exactly like like this: http://ui.jquery.com/repository/tags/latest/demos/functional/#ui.droppable But the page source won't work, despite of including ui.core, ui.droppable, ui.draggable and of course, jquery.js's... Anyone know anywhere else I can find something similar to that

[jquery-ui] Re: Dialog Div Visible on load

2008-12-21 Thread James Little
When I set the original div to 'display:none', the text within the div remains hidden even after I trigger my dialog window. Has anyone else experienced this? I would have expected the jquery JS to automatically modify the DOM to make that div visible? --~--~-~--~~~---

[jquery-ui] Re: question about dialog

2008-12-21 Thread jack
Thank you, Richard I don't know how to use http://jsbin.com/. Anyway the problem is quite simple. The width and height I set with "dlg_u.data('width.dialog', 600); dlg_u.data('height.dialog', 500); " has no problem. The dialog box show exactly the size. By using FIreBug you can find the size of

[jquery-ui] Re: Jerky tabs ui animation in IE

2008-12-21 Thread Klaus Hartl
UI Tabs uses jQuery's built-in animations, thus it's not a Tabs problem per se. --Klaus On 20 Dez., 16:25, cadenage wrote: > I'm trying to create a simple tab navigation using Jquery ui tabs. > It works great in FireFox and Safari, but in IE, the fx animation is > jerky. here is my code: > > $

[jquery-ui] Re: [accordion]

2008-12-21 Thread Jörn Zaefferer
Use the headers-option to define which elements are supposed to be headers, eg. add class="header" and use headers: ".header" Jörn On Sun, Dec 21, 2008 at 4:48 AM, geomodules1...@gmail.com wrote: > > When I add A HREF inside the center part not the titles it makes > more titles bars?? > > So

[jquery-ui] Re: Offline Documentation

2008-12-21 Thread Paul Bakaus
Hi there, I don't think there is currently, but Joern, one of our team members, is really good at extracting the wiki and converting it to something different. I've cc'd him on this email. Hope you'll find out, cheers, Paul On Sun, Dec 21, 2008 at 5:57 PM, CodeOfficer wrote: > > Hey Paul! > >

[jquery-ui] Offline Documentation

2008-12-21 Thread CodeOfficer
Hey Paul! Is there any way to accuire a downloadable version of the JQuery UI documentation? I work offline a lot and have been looking for something like this. -Russ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[jquery-ui] Re: How to set Dialog height to auto?

2008-12-21 Thread Scott González
Support for height: 'auto' has been added in r1197. On Dec 20, 11:31 am, Scott González wrote: > We can add support for height: 'auto' (I have this locally and am just > waiting to get in touch with some other team members about this). > It's worth mentioning that auto-resizing will only happen

[jquery-ui] Re: Drag/Drop/Sort properties inherited, but don't work

2008-12-21 Thread DAZ
It sounds like you need to use the live-query plugin and attach the drag and drop behaviours using this instead. The problem is that the drag and drop behaviours are added when the page loads, so any 'new' items added to the DOM afterwards won't have these behaviours, but live-query adds them dyna

[jquery-ui] [accordion]

2008-12-21 Thread geomodules1...@gmail.com
When I add A HREF inside the center part not the titles it makes more titles bars?? South America Vacation Rentals All I want in center parts is to be able to put basic html code like URLs... So when they open it the center content allows for a href but right now it creates a new bar and th

[jquery-ui] Jerky tabs ui animation in IE

2008-12-21 Thread cadenage
I'm trying to create a simple tab navigation using Jquery ui tabs. It works great in FireFox and Safari, but in IE, the fx animation is jerky. here is my code: $('#scheduler > ul').tabs({ fx: { height: 'toggle' } }); html: Monday Tuesday Wednesday Thursday Friday Saturday Sunday Monday Tues

[jquery-ui] Drag and Drop

2008-12-21 Thread DAZ
Hi, I have a drag and drop interface that allows you to drag list items from one container to the other. I'm using this code: $("li").draggable({ revert: true })}); $(".ul").droppable({ accept: ".jDraggable", hoverClass: 'jDroppable-hover', drop: function (event, ui) {$(this).prepend(ui.

[jquery-ui] Re: Dialog overlay memory leak in IE6

2008-12-21 Thread Scott González
Can you please create a ticket for this? We'll try to tackle this before the 1.6 final release if possible. Thanks. On Dec 12, 10:09 am, "Fabien Meghazi" wrote: > Using overlay in $.fn.dialog() > > $(win).dialog({ > > overlay: { >         opacity: 0.5, background: "black" > > }, > >

[jquery-ui] Re: Having trouble getting nonmodal popup to work

2008-12-21 Thread Scott González
This question is really better suited for the main jQuery list since it's not about a jQuery UI plugin. It sounds like you probably forgot to set position to absolute. If that doesn't work, please post in the main jQuery list and provide some sample code (a live, stripped down version is the eas