[jquery-ui] Re: Jquery tab mouseover return first selected ...

2008-10-07 Thread Klaus Hartl
Something like: var $tabs = $('#example').tabs({ event: 'mouseover' }) .mouseout(function() { alert($tabs.data('selected.tabs')); }); --Klaus On 4 Okt., 04:40, ThanhVu [EMAIL PROTECTED] wrote: Hi all, I'm using Jquery Tab V3, custom event mouseover, i

[jquery-ui] Droppables: what am i doing wrong?

2008-10-07 Thread Simon Schlumpf
Hello i don't get that.. why doesn't that work? HTML: [...] script type=text/javascript src=jquery-1.2.6.js/script script type=text/javascript src=ui/ui.core.js/script script type=text/javascript src=ui/ui.draggable.js/script script type=text/javascript

[jquery-ui] Re: ACCORDIAN - link not working

2008-10-07 Thread steamer
I have the same problem Hi Jörn Let me just say first that your accordion plugin is excellent - here it is in action in my page http://www.esma-test.com/accueil.php?menu_id=c3 (2 instances) but I'm having the same problem as Microbe and I'm afraid I don't understand your reply : when you say

[jquery-ui] Can't disable all tabs

2008-10-07 Thread Sebastian Knapp
Hello, after some problems I'm on a good way to successful intagrate the tabs ui module into my current project. Unfortunatly one problem remains open. First a short description what I want. Some checkboxes are synchronized with a tabs interface. When a checkbox is checked the tab is enabed, if

[jquery-ui] slide problem with hover (bouncing slider!)

2008-10-07 Thread Paul
Hi, I've encountered a problem when using the slide functions along with the hover event. I wish to only show a sub-list within a list when the mouse cursor is over the sub-list's parent list item. A concise version of my code is shown below and a working copy can be found here:

[jquery-ui] Bugs when building packed 1.6rc2 packed

2008-10-07 Thread Whoever
I tried to build custom script 1.6rc2, sortable, packed, $(document).ready(function() { $(#alist).sortable({ handle: '.handle', update: function() { $(input#someresult).val($ ('#alist').sortable('serialize')); } }); it works

[jquery-ui] slideUp slideDown problem (bug?)

2008-10-07 Thread Paul
Hi, I've encountered a problem when using the slide functions along with the hover event. I wish to only show a sub-list within a list when the mouse cursor is over the sub-list's parent list item. A concise version of my code is shown below and a working copy can be found here:

[jquery-ui] Scrolling On Target

2008-10-07 Thread [EMAIL PROTECTED]
I know there is a scroll for the draggable's container which is great. But is there an option to scroll the droppable's container if it is different to the draggable's container? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[jquery-ui] Selectable Demo doesn't work

2008-10-07 Thread Roman
To whom it may concern: The demo on http://ui.jquery.com/repository/latest/demos/functional/#ui.selectable doesn't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery UI group. To post to this group, send

[jquery-ui] Re: Placeholder in sortable

2008-10-07 Thread dekita
Using Firebug, I found jquery.ui will add the class ui-sortable- placeholder to the drop zone but it's visibility is set to hidden. Maybe you need to set the sortable init option [forcePlaceholderSize]: $(#columnLeft).sortable({ connectWith: [#columnRight], placeholder :

[jquery-ui] jQuery Tabs fxSpeed

2008-10-07 Thread M. L. Giannotta
Hello everyone, I am a realy beginner in JavaScript, or even less than so. I have been struggling to understand the UI Tabs 3 as documented here (http:// www.stilbuero.de/jquery/tabs_3/) and I quite grasp how it works, but when it comes to set the speed for the effects I am stuck. He says I can

[jquery-ui] slideUp slideDown problem (bug?)

2008-10-07 Thread Paul
Hi, I've encountered a problem when using the slide functions along with the hover event. I wish to only show a sub-list within a list when the mouse cursor is over the sub-list's parent list item. A concise version of my code is shown below and a working copy can be found here:

[jquery-ui] problem with UI/Slider on EI 7

2008-10-07 Thread G
Hi, I'm form chile and I have one problem with UI/Slideron EI, the situation is when I click in input type=button class=more I execute $('.more').slidet('movetTo','-=1'), but EI send me an error Not valid argument...any body can help me?... --~--~-~--~~~---~--~~

[jquery-ui] jQuery Tabs fxSpeed

2008-10-07 Thread M. L. Giannotta
Hello everyone, I am a real beginner in the whole JavaScript thing, let alone in jQuery. Anyways, I was struggling to understand the Tabs UI as documented here (http://www.stilbuero.de/jquery/tabs_3/) and everything was pretty simple until I tried to experiment with the effect speed. He says

[jquery-ui] Re: tiny modify to animate the progressbar

2008-10-07 Thread Scott González
I could see possibly adding an option for whether or not to animate, but I don't think there should be a hard-coded exclusion for IE 8 just because it will be slow with multiple. It sounds like it would be perfectly reasonable to have only one progressbar and want animation. On Oct 6, 11:14 

[jquery-ui] Re: ACCORDIAN - link not working

2008-10-07 Thread steamer
Hi Jorn forgive me if this is a double post - my other post didn't seem to work Your accordion plugin is excellent and works perfectly in my page http://www.esma-test.com/accueil.php?menu_id=c3 but the links in the content don't work - i see there's a solution in the post above but I don't

[jquery-ui] Re: Possible Repost: Sliders and startValues and moveTos

2008-10-07 Thread Tim
Hm - this conversation feels a little one-sided, but I suppose I'll post the solution to my problem for the record. I was building my sliders inside a wrapper div that had an inline 'style=display:none' (to keep the page visually manageable, the div containing the sliders was closed until the

[jquery-ui] How to get values out of a widget?

2008-10-07 Thread Chuck
Hi, I'm using the ui.slider widget. I've set the min and max when I created it. Now later on in a different method I wish to get the min and max from the slider (it's my controller, want to use it as my model as well). I just don't get how that can be done?! Even after trying to modify the

[jquery-ui] Slider startValue not honored inside table in Internet Explorer

2008-10-07 Thread Tim
Hi - I have several sliders defined inside a table (in this case the slider is used to manipulate tabular data, so this is a legitimate and necessary use of table-as-structure). When viewed in IE, the startValue is not honored (all sliders default to 0). The sliders display correctly in Firefox

[jquery-ui] Re: Datepicker bug: duplicates certain days in month

2008-10-07 Thread Roman
Could you try this with 1.62 rc? --~--~-~--~~~---~--~~ 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 [EMAIL

[jquery-ui] Re: Datepicker bug: duplicates certain days in month

2008-10-07 Thread Josh Nathanson
Yup, I'm seeing this too. I'll try the new RC when I get a moment. -- Josh - Original Message - From: Macbeth [EMAIL PROTECTED] To: jQuery UI jquery-ui@googlegroups.com Sent: Tuesday, October 07, 2008 9:56 AM Subject: [jquery-ui] Datepicker bug: duplicates certain days in month I

[jquery-ui] Re: UI Tabs: How to change Text of a Tab

2008-10-07 Thread Klaus Hartl
In this case jQuery is sufficient (no extra tabs method for that): $('#example li *:last').text('New tab label'); I am using li *:last because that gets the most inner nested element. If you know that your html has a a only inside the li you could of course use '#example li a'... --Klaus

[jquery-ui] Re: Theme roller puts padding on .ui-dialog-content (i.e. dialog content element) - seems to be problematic - also Re: UI dialog content in IE6 shifted left

2008-10-07 Thread Domenic
After further investigation, I discovered what was causing the title bar not to fill the dialog in IE. I had some JQuery that was modifying classes at runtime and a class was inadvertently being applied to the dialog div. The offending style was a float: left. The themeRoller adds a reset style