[jquery-ui] Re: jQuery Slider - (x)HTML default value

2009-02-02 Thread Jonathon Suggs
Sorry, forgot to post a link to my site. http://www.murmp.com Jonathon Suggs jsu...@gmail.com (256) 874-2425 cell (615) 309-5953 ext 104 On Tue, Feb 3, 2009 at 12:01 AM, jsuggs wrote: > > I'm wanting to put a default value for the slider in the (x)html for > semantic reasons. I could be overl

[jquery-ui] Re: Slider problem...

2009-02-02 Thread jsuggs
If you start counting at 0, then 0-7 = 8. If you don't want 0 as an option, then set min = 1. On Feb 2, 11:27 pm, Albert Lai wrote: > Hello~ I am using jQuery 1.3.1 + jQuery UI 1.6rc6 for the slider in my > page. > I used the following coding to init the slider: > > // JS Coding > $(document).r

[jquery-ui] Re: jQuery UI dialog question (emergency)

2009-02-02 Thread jsuggs
What are you calling useful data? If you are wanting some sort of ID then pass that into the dialog constructor and then parse it when you are wanting to actually delete the "whatever". Make the "ok" button a link to a "static" link that will take care of deleting the item (ie / item/delete/?id=

[jquery-ui] jQuery Slider - (x)HTML default value

2009-02-02 Thread jsuggs
I'm wanting to put a default value for the slider in the (x)html for semantic reasons. I could be overlooking something, but currently I'm only seeing the default value being applied in the (jQuery) constructor. My reason is that I'm using the slider for a voting/ranking interface and there can

[jquery-ui] Downloaded Zip is corrupt?

2009-02-02 Thread KenLG
I can't seem to download a usable zip of the "personalized" JS files...WinZip and Windows XP are both saying the file that comes down (file size looks normal, I think) was corrupt and/or unusable. Help? Also, the docs area is fubar on IE7 (layout is messed up)... kn --~--~-~--~~

[jquery-ui] Re: dialog slow opening/closing to the point of not being usable...(IE-only problem, naturally...)

2009-02-02 Thread Mikey
FYI: browser versions are FF3, IE7 --~--~-~--~~~---~--~~ 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 jque

[jquery-ui] dialog slow opening/closing to the point of not being usable...(IE-only problem, naturally...)

2009-02-02 Thread Mikey
I am just opening a small dialog box in a web page that resides in an iframe. Code is as follows: $(function(){ $('#test_dialog') .dialog({ title: 'this is a test', width:300, height:150, buttons:{on:function(){alert('toto')}, 'close':function(){$(this).dialog('close')}}, autoOpen

[jquery-ui] [jQuery 1.3.1 + jQuery UI 1.6rc6] Slider problem...

2009-02-02 Thread Albert Lai
Hello~ I am using jQuery 1.3.1 + jQuery UI 1.6rc6 for the slider in my page. I used the following coding to init the slider: // JS Coding $(document).ready(function(){ $('#myslider').slider({ min: 0, max: 7, step: 1 }); }); /* CSS */ .ui-slider-handle{ background: url(myhandle.png) 0 0 re

[jquery-ui] [jQuery 1.3.1 + jQuery UI 1.6rc6] Slider problem...

2009-02-02 Thread Albert Lai
Hello~ I am using jQuery 1.3.1 + jQuery UI 1.6rc6 for the slider in my page. I used the following coding to init the slider: // JS Coding $(document).ready(function(){ $('#myslider').slider({ min: 0, max: 7, step: 1 }); }); /* CSS */ .ui-slider-handle{ background: url(myhandle.png) 0 0 re

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Richard D. Worth
Fixed http://dev.jqueryui.com/ticket/4050 Thanks again. - Richard On Mon, Feb 2, 2009 at 2:00 PM, Richard D. Worth wrote: > > On Mon, Feb 2, 2009 at 1:58 PM, Joshua Langner > wrote: > >> >> Also I noticed an interesting issue. Using Firebug to view the DOM I >> can see that the following cla

[jquery-ui] Re: Docs for required versus optional

2009-02-02 Thread Raymond Camden
Ah, ok, I guess that makes sense then. Thanks. On Feb 2, 3:16 am, Paul Bakaus wrote: > On Mon, Feb 2, 2009 at 6:12 AM, Raymond Camden wrote: > That's exactly who why didn't call it "list of required JS files", because > that would > be misleading (as you're implying). The header is  "Dependenci

[jquery-ui] Re: jQuery UI Tabs Plugin Conflict

2009-02-02 Thread Chris
Nothing eh? Darn. On Feb 2, 3:57 pm, Chris wrote: > This might be a better place to put this. I'm trying to use the UI > tabs with a scrollbar plugin, but I'm getting some unexpected > behavior. > > I'm guessing it's because this CSS has to be set this way and not > display: none. > > .ui-tabs-h

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread coyote...@msn.com
I think sortable will work for me. Is there a way to limit the amount of items that can be dropped to sortable2? --~--~-~--~~~---~--~~ 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] Re: IE Dialog Invalid Argument

2009-02-02 Thread Justin Sunseri
in hindsight i think the hang i was experiencing earlier was related to the change in the overlay option for the dialog. once i fixed that it crashes immediately trying to set the height to -63px On Feb 2, 6:54 pm, Justin Sunseri wrote: > I have this exact problem with IE 6  in rc5 it would c

[jquery-ui] Re: IE Dialog Invalid Argument

2009-02-02 Thread Justin Sunseri
I have this exact problem with IE 6 in rc5 it would crash immediatly with the bug described above in rc6 it hangs the browser for a long while before crashing with the same issue On Jan 28, 10:15 pm, Scott González wrote: > I just fixed this in SVN.  The problem should go away with 1.6rc6 > (b

[jquery-ui] Re: jQuery UI dialog question (emergency)

2009-02-02 Thread Bennie
Thanks! I can do that. I'd still like to know if there's a way to get at useful data from within the callbacks. On Feb 2, 4:01 pm, ScottJehl wrote: > Oops should be... > > var li = $(this); > > On Feb 2, 6:53 pm, ScottJehl wrote: > > > hmm how about... > > > $("#portfolio ul li").click(function

[jquery-ui] Re: jQuery UI dialog question (emergency)

2009-02-02 Thread ScottJehl
Oops should be... var li = $(this); On Feb 2, 6:53 pm, ScottJehl wrote: > hmm how about... > > $("#portfolio ul li").click(function() { >         var li = $(that); >         $("#example").dialog({ >                 modal: true, >                 buttons: { >                         "Don't Remove

[jquery-ui] jQuery UI Tabs Plugin Conflict

2009-02-02 Thread Chris
This might be a better place to put this. I'm trying to use the UI tabs with a scrollbar plugin, but I'm getting some unexpected behavior. I'm guessing it's because this CSS has to be set this way and not display: none. .ui-tabs-hide { position: absolute; left: -1px;

[jquery-ui] Re: sortable list items to droppable trash

2009-02-02 Thread spiderling
Paul, Can you please look at this? It seems so close with it disappearing for a split second and then appearing again. I would be much appreciated! Pasquale On Feb 1, 7:10 am, Paul Bakaus wrote: > On Sun, Feb 1, 2009 at 2:05 PM, Scott González > wrote: > > > > > Sortable elements don't inter

[jquery-ui] Re: jQuery UI dialog question (emergency)

2009-02-02 Thread ScottJehl
hmm how about... $("#portfolio ul li").click(function() { var li = $(that); $("#example").dialog({ modal: true, buttons: { "Don't Remove": function() { $(this).dialog('close');

[jquery-ui] jQuery UI dialog question (emergency)

2009-02-02 Thread Bennie
I need a way to do this today! So any help would be appreciated. I'm trying to do a confirm of a deletion on a list element, but I don't know how to pass info into dialog, and the examples I can find don't help much (they only pop up dialogs, they don't explain how to do anything in the callbacks

[jquery-ui] Re: Questions about JQuery Tabs

2009-02-02 Thread rolfsf
based on Klaus' comment, you might try giving #producttab a fixed height and see if that helps (each time you click a tab, it collapses and the scroll bar readjusts... and then the various tab contents are uneven). Or, you might need to add a script to figure out where the user has scrolled to at

[jquery-ui] Re: Questions about JQuery Tabs

2009-02-02 Thread James
Completely untested and don't know if it'll work, but maybe you can use the ScrollTo plugin to assist. (http://flesler.blogspot.com/2007/10/jqueryscrollto.html) Get the current top x/y coordinates of the page and when the tab loads use the ScrollTo scroll/jump to that coordinate. On Feb 2, 12:22

[jquery-ui] Re: Questions about JQuery Tabs

2009-02-02 Thread PORT8001
i'm still having this issue and was wondering if anyone knew how to get around this? On Jan 9, 4:58 pm, Klaus Hartl wrote: > In your case there is no other way for the browser to handle this > (because for a moment - right between the switch of the tabs where > none is visible - the page height

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread coyote...@msn.com
That's similar to what I want, but I still want to be able to change the text when dropped on a list item...not append to the ul. I guess I'll try to figure that out using sortable. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[jquery-ui] Re: .sortable() "update"

2009-02-02 Thread chriscoyier
Ah very interesting. I was using jQuery 1.3.1 and jQuery UI 1.5.3, so looks like those are incompatible. I switched back down to 1.2.6 (just for now), and the callback is indeed firing. Thanks Richard! On Feb 2, 10:23 am, "Richard D. Worth" wrote: > Can you confirm which versions of jQuery and

[jquery-ui] .sortable bug in WebKit browsers (Chrome, Safari, WebKit)

2009-02-02 Thread Samo Korosec
Hi, I noticed the following bug in .sortable(): http://dev.jqueryui.com/ticket/4041 while updating to jQuery 1.3.1 and jQuery UI 1.6rc6 today. I'm not sure if it's a jQuery bug or an UI one, so I posted in the UI tracker since it's happening with the .sortable component. Thanks for the efforts o

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Richard D. Worth
On Mon, Feb 2, 2009 at 1:46 PM, Joshua Langner wrote: > > Is the UI CSS framework new for version 1.6rc6? I've not used it at > all before and have had no issues until upgrading to rc6. I'm having > the same problem -- overlay is not displaying. The jQuery UI CSS Framework is new starting in 1.6

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Richard D. Worth
On Mon, Feb 2, 2009 at 1:58 PM, Joshua Langner wrote: > > Also I noticed an interesting issue. Using Firebug to view the DOM I > can see that the following classes are applied to the parent dialog > container: "ui-dialog ui-widget ui-widget-content ui-corner-all > undefined ui-draggable" > > Is "u

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Joshua Langner
Also I noticed an interesting issue. Using Firebug to view the DOM I can see that the following classes are applied to the parent dialog container: "ui-dialog ui-widget ui-widget-content ui-corner-all undefined ui-draggable" Is "undefined" the correct name, or is that perhaps the result of a Java

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread Richard D. Worth
On Mon, Feb 2, 2009 at 1:40 PM, coyote...@msn.com < webmas...@fantasyplaymakers.com> wrote: > > > One more thing I would like to addthe ability to move sortable2 > items back to sortable1 and then clear the sortable2 text. I'm going > to continue to play around with it...but no luck so far.

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Joshua Langner
Is the UI CSS framework new for version 1.6rc6? I've not used it at all before and have had no issues until upgrading to rc6. I'm having the same problem -- overlay is not displaying. On Jan 31, 12:33 am, "Richard D. Worth" wrote: > Sorry, I read your 2nd email more closely than your first. I se

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread coyote...@msn.com
Thanks again, Richard. This is what I have so far. This takes the dragged li item and appends the text and id to the dropped li...and also removes the dragged item form sortable1 $(document).ready(function() { var count = 1; $('#sortable1 li').draggable({ revert:

[jquery-ui] Re: .sortable() "update"

2009-02-02 Thread Richard D. Worth
Can you confirm which versions of jQuery and jQuery UI you are using. The behavior you've described (callbacks not firing) is usually due to incompatible versions. Note: stable release, jQuery UI 1.5.3 is only compatible with jQuery 1.2.6 preview release, jQuery UI 1.6rc6 is only compatible with j

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread Josh Landin
Hard to say without seeing the markup. Check that your content div is inside of the tab wrapping div. e.g. Tab 1 Tab 2 -- Josh On Mon, Feb 2, 2009 at 11:59 AM, batfastad wrote: > > On Feb 2, 3:13 pm, Klaus Hartl wrote: > > Probably the content of the table just doesn't

[jquery-ui] Re: jQuery UI Sortable connectWith Load Time Performance on a Calendar

2009-02-02 Thread Matthew Fisher
jQuery UI Draggable 1.6rc5 --~--~-~--~~~---~--~~ 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+un

[jquery-ui] jQuery UI Sortable connectWith Load Time Performance on a Calendar

2009-02-02 Thread Matthew Fisher
WHAT I AM DOING: Creating a calendar with varying date ranges (ex: could be 1 week displayed, could be 20 weeks displayed). This calendar has events in each day, and the events are sortable within the day itself, as well as between all other days on the visible calendar. My average calendar date

[jquery-ui] datepicker

2009-02-02 Thread robg
Hi there's a couple of things that id like to ask. Here is my code: $(function() { $('#deliverydate').datepicker({ minDate: +1, maxDate: '+1Y', changeMonth:

[jquery-ui] .sortable() "update"

2009-02-02 Thread chriscoyier
Hello! So I have a simple sortable list with jQuery UI's .Sortable() function. I am hoping to have it fire off a function right after any of the list items are moved. From the documentation, "update" seems to be the paramater to pass it to get it to do that: $(".list").sortable({ handle

[jquery-ui] ui.Datepicker

2009-02-02 Thread robg
HI, i wondered if anybody knows how to display the date in one format (dd-mm-) to but have the actual value posted in the form a different one('yy-mm-dd). The manual suggests this: Display one date format and send another from a different field. $(".selector").datepicker({ altField: '#actua

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread Richard D. Worth
oops ... drop: function(event, ui) { $(this).attr("id", ui.draggable.attr("id")); } ... - Richard On Mon, Feb 2, 2009 at 1:07 PM, Richard D. Worth wrote: > ... > drop: function(event, ui) { > $(this).attr(id, ui.draggable.attr("id")); > } > ... > > - Richard > > > On Mon, Feb 2, 2009 at 12

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread Richard D. Worth
... drop: function(event, ui) { $(this).attr(id, ui.draggable.attr("id")); } ... - Richard On Mon, Feb 2, 2009 at 12:51 PM, coyote...@msn.com < webmas...@fantasyplaymakers.com> wrote: > > > Thanks, Richard. That gets me on the right track. > > One more question. How can I set the li id to tha

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
Solved! Upgraded jQuery and the UI to the latest and all seems to be fine! --~--~-~--~~~---~--~~ 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 unsubscr

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread coyote...@msn.com
Thanks, Richard. That gets me on the right track. One more question. How can I set the li id to that of the dropped li id --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, sen

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
And I've now got a live demo showing what's happening... http://thenetzone.co.uk/demo/index.php Can anyone figure out why this is happening? It's driving me nuts! Cheers, B --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[jquery-ui] Re: J. Zaefferer's Accordion Flicker/Jump

2009-02-02 Thread Teaessare
Interesting. I tried a UI accordion here, http://www.teaessare.com/test4/menutest4.html and am getting a similar flicker, which I am viewing across multiple computers. It must be on my end. On Feb 2, 11:17 am, Nikola wrote: > I tried it in FF3, IE7, Opera 9.63 and Safari 3.2.1 for Windows and I

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
On Feb 2, 3:13 pm, Klaus Hartl wrote: > Probably the content of the table just doesn't fit into the available > width, which - in conjunction with fixed table layout - may cause > trouble. Hi Klaus If you see from my screenshot, the outermost grey border around the tabs should be extending down

[jquery-ui] Re: J. Zaefferer's Accordion Flicker/Jump

2009-02-02 Thread Nikola
I tried it in FF3, IE7, Opera 9.63 and Safari 3.2.1 for Windows and I didn't see any flickering or jumping so I'm not sure what's happening. Accordian is now a part of the UI now as are the dimensions and easing plug-ins to by the way. You can check it out below. Themeing is a breeze with the ne

[jquery-ui] J. Zaefferer's Accordion Flicker/Jump

2009-02-02 Thread Teaessare
Hi, I am trying to implement J. Zaefferer's accordion into my website. Everything looks great in Firefox, however when viewing it in IE6 & 7, I am seeing an odd flicker or jump when opening or closing the accordion. My test is uploaded here: http://teaessare.com/test2/menutest2.html Does anyone k

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread Klaus Hartl
To be honest, with the screenshot as is, I don't even see what you mean, I'm sorry. Probably the content of the table just doesn't fit into the available width, which - in conjunction with fixed table layout - may cause trouble. --Klaus On 2 Feb., 14:01, batfastad wrote: > Hi everyone > I'm

[jquery-ui] moving a slider with the keyboard arrows

2009-02-02 Thread dirk w
hello ui community, i would like to make my slider movable by the keyboard arrows like this: left = left right = right up = left edge down = right edge i already got the hot keys plugin (http://code.google.com/p/js- hotkeys/) running. i am getting the actual position of the slider now but i don'

[jquery-ui] Re: Rounding any corner + Dialog breaks in IE7

2009-02-02 Thread Nikola
Thanks for the reply Richard. This is the same bug I mentioned in the Dialog overlay post I made a few days ago. I tried to determine what the problem was to no avail. So, in the hope that someone may be familiar with this, I created a new topic as the mention of this bug in the overlay post cou

[jquery-ui] Re: Rounding any corner + Dialog breaks in IE7

2009-02-02 Thread Richard D. Worth
Thanks for that detailed information. I hope we can find where the problem is, and a solution. - Richard On Mon, Feb 2, 2009 at 8:32 AM, Nikola wrote: > > Thanks for the reply Richard. This is the same bug I mentioned in the > Dialog overlay post I made a few days ago. I tried to determine wha

[jquery-ui] Re: Rounding any corner + Dialog breaks in IE7

2009-02-02 Thread Nikola
Thanks for the reply Richard. This is the same bug I mentioned in the Dialog overlay post I made a few days ago. I tried to determine what the problem was to no avail. So, in the hope that someone may be familiar with this, I created a new topic as the mention of this bug in the overlay post cou

[jquery-ui] Re: Error on Firefox 3 when resizing

2009-02-02 Thread Richard D. Worth
I've never seen this. If you could get this down to a minimal test page, and steps to reproduce, that would be a great help. Be sure to include the following information - version of jQuery - version of jQuery UI - using any other jQuery plugins? You can enter a bug ticket here: http://dev.jquer

[jquery-ui] Re: Selectable and click-events on childnodes in Firefox 3.0

2009-02-02 Thread Richard D. Worth
Are you using at least jQuery 1.3? That is the minimum required start with 1.6rc5. If that's not it, could you share a sample page, or a pastie ( paste.pocoo.org or jsbin.com ) so we can see what you're seeing? Thanks. - Richard On Mon, Jan 26, 2009 at 10:37 AM, zhekanax wrote: > > > I still ha

[jquery-ui] Re: Selectable and click-events on childnodes in Firefox 3.0

2009-02-02 Thread DWJ
Hi, i've managed to bind events to childnodes within selectable by setting the childnode's CSS with position:absolute and a z-index like 2000. maul...@gmail.com ha scritto: > Same here, using > > UI 1.6rc5 and jQuery 1.3.1 on FF 3.0.5 and Safari Nightlies > > Anyone know a workaround to this? >

[jquery-ui] Showing a page using the dialog UI

2009-02-02 Thread Peter Karunyu
Hi, How can I use the dialog widget to show a page instead of a div? I am hoping to use jQuery UI to replace Prototype, unfortunately, Prototype had a very easy way of loading pages in a window. Thanks. --~--~-~--~~~---~--~~ You received this message because you a

[jquery-ui] Re: Rounding any corner + Dialog breaks in IE7

2009-02-02 Thread Richard D. Worth
Interesting bug. Would you mind entering a ticket here http://dev.jqueryui.com/newticket (requires registration) we'll take a look as soon as possible. Thanks. - Richard On Mon, Feb 2, 2009 at 3:16 AM, Nikola wrote: > > Is anyone familiar with this? > > On Feb 1, 6:52 am, Nikola wrote: > > I

[jquery-ui] UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
Hi everyone I'm using the UI tabs widget and wondered if anyone could explain this effect (not the blurring)... http://www.highbeeches.plus.com/jquerytabs_borders.png The content on each tab doesn't appear within the borders of the tabs. This happens on IE7 and FF3. The tab contents are all load

[jquery-ui] Re: drag/drop replace text/element

2009-02-02 Thread Richard D. Worth
Before we start - You have spaces inside your ids, which are not valid. - Your first and second ul have the same id, again invalid. I'll assume you change the second one to sortable2. This should get you started: You can make the whatevers draggable: $("#sortable1 li").draggable({ revert: tr

[jquery-ui] Re: ui 1.6rc6 tabs broken in ie6/7 (in certain contexts)

2009-02-02 Thread Klaus Hartl
I've fixed it exactly in the way you are saying. Feel free to take a look at the changeset: http://dev.jqueryui.com/changeset/1948 --Klaus On 1 Feb., 22:23, Jorge Godoy wrote: > When fixing this, please, just remember that some of us like to open URLs > such as "http://myhost.com/path/#posit

[jquery-ui] Re: Docs for required versus optional

2009-02-02 Thread Paul Bakaus
On Mon, Feb 2, 2009 at 6:12 AM, Raymond Camden wrote: > > Consider the list of required JS files for Dialog: > > > http://docs.jquery.com/UI/Dialog >* ui.core.js >* Optional, ui.draggable.js >* Optional, ui.resizable.js > > I read this as: You must use ui.core.js and that's it. Howev

[jquery-ui] Re: Rounding any corner + Dialog breaks in IE7

2009-02-02 Thread Nikola
Is anyone familiar with this? On Feb 1, 6:52 am, Nikola wrote: > I am about 99% sure that this problem is limited to UI Dialog at this > point.  I tried various corner rounding plug-ins in pages with > multiple UI widgets and animations and I haven't had a single > problem.  Tabs nested within t

[jquery-ui] drag/drop replace text/element

2009-02-02 Thread coyote...@msn.com
I'm trying to drag and drop between lists. I have the simple drag and drop down, but I want to add something else... I want drop a list item to another list item and replace the text or the drop zone. For example. I have two lists: whatever 1 whatever 2 whatever 3 default text 1 default tex

[jquery-ui] jQuery rounding

2009-02-02 Thread Tom
Hi, I am looking for some way to round the divs using jQuery. Would be happy if somebody can point me to a good approach. Currently, I rounding the divs using the following way: $("div.round").each(function(){$(this).corner("round");}); where there is a div with class "round" and on document re

[jquery-ui] Embedding one jQuery UI into another

2009-02-02 Thread garrettgjb
I thought I posted this earlier but I can't see it anywhere. Anyways, I want to put an accordion UI inside of a tab UI. The problem is, the accordion does not display correctly when embedded into a tab. Here are my tabs: http://gbanker.com/test/tabs.html (the meal tab is where the accordion shou

[jquery-ui] Re: ui 1.6rc6 tabs broken in ie6/7 (in certain contexts)

2009-02-02 Thread Jorge Godoy
When fixing this, please, just remember that some of us like to open URLs such as "http://myhost.com/path/#position"; (where /path/ is different than the current path). I think that some fix to strip out what comes before "#" should only be applied if the URL before "#" is the same as the one on t

[jquery-ui] drag/drop replace text/element

2009-02-02 Thread coyote...@msn.com
I'm trying to drag and drop between lists. I have the simple drag and drop down, but I want to add something else... I want drop a list item to another list item and replace the text or the drop zone. For example. I have two lists: whatever 1 whatever 2 whatever 3 default text 1 default tex

[jquery-ui] Docs for required versus optional

2009-02-02 Thread Raymond Camden
Consider the list of required JS files for Dialog: http://docs.jquery.com/UI/Dialog * ui.core.js * Optional, ui.draggable.js * Optional, ui.resizable.js I read this as: You must use ui.core.js and that's it. However, you can't run anything w/o also including ui.dialog.js Was that