[jquery-ui] Re: same IE sortable.remove issue

2009-07-07 Thread Chirag
I too have the same problem with IE. Have you figured out any way to solve it? It would be helpful if you share with me. Thanks Chirag On Jul 6, 10:15 pm, jmpfas wrote: > I have searched this forum and other resources for a solution, but am > still hitting a wall. > > I have a screen with severa

[jquery-ui] Re: draggable & droppable issues

2009-07-07 Thread Chirag
You can achieve this by doing as below 1) In "drop" method of the "trash" droppable get the handle of item (i.e image) being dropped. Invoke Sortables method .sortable ('cancel'). Now use the handle to display image in trash manually. You will need to code for this. Cheers Chirag On Jul 7, 7:32 

[jquery-ui] Blind/Toggle/Show/Hide doesn't run smoothly when autoclicked

2009-07-07 Thread Erock
Hey guys I'm having some trouble using the toggle or blind or show function automatically. They all work when I bind them to a button and physically click the button and they kinda work when I trigger the click() function to run automatically, but it's really jerky and not smooth. For example he

[jquery-ui] Re: How to display the text of the selected item in a list when using JQuery UI Selectable

2009-07-07 Thread pinkyn
Thank you very much for the solution. Richard D. Worth-2 wrote: > > With Firebug you can do a console.log(ui) inside the selected callback and > find a ui.selected property. It's a DOMElement, so needs to be wrapped in > $() to get .text() method: > > $("#selectable").selectable({ > select

[jquery-ui] Re: accordion navigation example

2009-07-07 Thread Jörn Zaefferer
A critical issue with the navigation-option was recently fixed, but didn't yet make it into a release: http://dev.jqueryui.com/ticket/4653 In case you have that problem, give the latest revision a try: http://jquery-ui.googlecode.com/svn/trunk/ui/ui.accordion.js Jörn On Tue, Jul 7, 2009 at 10:0

[jquery-ui] Re: accordion navigation example

2009-07-07 Thread slenzi
Thanks, I'll give it a try. On Jul 7, 12:22 pm, Charlie wrote: > if current page is "contact.php"   and link in accordion is in accordion > content div, *not* accordion header > and  option navigation : 'true' in accordion , the accordion will open the > panel where HTML > >     Section

[jquery-ui] Re: flash and tabs

2009-07-07 Thread Cesar Sanz
This error also happens if you put an iframe inside a tab.. I experienced it using firefox, but everything is ok when using IE. Don't know why it happens.. maybe firefox design.. If you can solve this.. maybe i could solve my problem - Original Message - From: gmist...@gmail.com

[jquery-ui] flash xml cdata > jquery tab select

2009-07-07 Thread Xeonz
how to pass a link from within a flash document so that it can change the tab.. $("#contact").click(function () { $("#tabs").tabs('select',4); }); flash XML dataused in gallery.xml in simpleviewer(flash gallery) blahblah.jpg blahblah.jpg that doesn't work when u

[jquery-ui] Re: accordion navigation example

2009-07-07 Thread Charlie
if current page is "contact.php"   and link in accordion is in accordion content div, *not* accordion header and  option navigation : 'true' in accordion , the accordion will open the panel where HTML     Section 1             Section 1 content         Section 2             section 2

[jquery-ui] accordion navigation example

2009-07-07 Thread slenzi
Does anyone have an example on how to use the accordion "navigation" option? I'm not sure where to put the anchor tags or what their values should be. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group.

[jquery-ui] How to use multiple progress bar in same page?

2009-07-07 Thread Alexandre Magno
Hello everyone, How I use progress bar in same page. I will have a lot of progress bars in same theme (css) and another overall with a different css. How can I do without one affect another? Thanks, Alexandre Magno Desenvolvedor Web http://www.alexandremagno.net --~--~-~--~~---

[jquery-ui] [Progress Bar] How to use multiple progress bar in same page?

2009-07-07 Thread Alexandre Magno
Hello everyone, How I use progress bar in same page. I will have a lot of progress bars in same theme (css) and another overall with a different css. How can I do without one affect another? Thanks, Alexandre Magno Desenvolvedor Web http://www.alexandremagno.net --~--~-~--~~---

[jquery-ui] draggable & droppable issues

2009-07-07 Thread jmares79
Hi!!! I'm new to Jquery UI, and I'm practicing with this demo http://jqueryui.com/demos/droppable/#photo-manager This is, there is a "gallery", and a "trash", an I can drag an image from the gallery and drop into the trash. Well, my problem is that I want not to delete the image from the gallery,

[jquery-ui] Re: flash and tabs

2009-07-07 Thread gmist...@gmail.com
Thanks for your help, The problem is when i change tabs, ths flash component restart animation it's work in IE7 but not in Firefox 2 and FF3 I havn't any url because it's in localhost server but here is the code We have 3 tabs with 3 flash inside... I have use the workaround off-left techi

[jquery-ui] Re: Close JQuery dialog box on button click

2009-07-07 Thread baby
Hi, I tried it that way but it is not working. Here is my code snippet: if(document.getElementById("testDialog") == null){ var divTag = document.createElement("div"); divTag.id = "testDialog"; document.body.appendChild(divTa

[jquery-ui] another sortable bug (ie7)

2009-07-07 Thread amsele
hi agian. still my other problem is not solved but hell yeah i found out a new one. istn life great? ok. when i use the sortable stuff on the page it works fine in ie8, firefox, chrome, safari and opera. but NOT in ie7. in ie7 there is a strange error appearing. hmm not exact a error more a rend

[jquery-ui] Tabs and errors

2009-07-07 Thread David
I have an issue that I can't seem to locate anywhere in the docs or in this group. I am using tabs for the first time. It seems to work great. But I have a problem in that when a server error occurs, I don't know whether to send out just the tab contents or a whole page (that is, if the error occu

[jquery-ui] Re: rotated tabs direction (anti-clockwise)

2009-07-07 Thread shawqi almulaiki
thank you very very much On Tue, Jul 7, 2009 at 2:42 PM, Charlie wrote: > RTL example http://jsbin.com/erata > > > > shawqi almulaiki wrote: > > I really appreciate your help > > I tried, but the problem still exist; > the rotation still starts clockwise - from left to right; > I wish you coul

[jquery-ui] Re: rotated tabs direction (anti-clockwise)

2009-07-07 Thread Charlie
RTL example http://jsbin.com/erata shawqi almulaiki wrote: I really appreciate  your help I tried, but the problem still exist; the rotation still starts clockwise - from left to right; I wish you could help me On Mon, Jul 6, 2009 at 7:26 PM, Charlie wrot

[jquery-ui] Re: How can we customize the jquery UI ?

2009-07-07 Thread Richard D. Worth
You might want to start here: http://jqueryui.com/docs/Theming http://jqueryui.com/docs/Theming/API http://jqueryui.com/docs/Theming/CustomThemes Also note that there are docs for each individual plugin's classes for theming, like so: http://jqueryui.com/docs/tabs/#theming - Richard On Thu,

[jquery-ui] Re: IE6 content hidden in accordion UI1.7

2009-07-07 Thread SNelson
The second solution in this post appears to have solved my issue: http://dev.jqueryui.com/ticket/ That is, adding the following to the style sheet: .ui-accordion-content{ zoom: 1; } --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[jquery-ui] Re: Posting Forms using $.post

2009-07-07 Thread Richard D. Worth
You may want to post your question to the main jQuery list: http://groups.google.com/group/jquery-en The list you've posted to is for questions about jQuery UI plugins[*]. Thanks. - Richard [*] http://rdworth.org/blog/2008/10/jquery-plugins-and-jquery-ui/ On Fri, Jul 3, 2009 at 10:19 AM, Richa

[jquery-ui] Opening datepicker from other element than input

2009-07-07 Thread Gitte Olrik
I'm trying to find out a nice way to make some datepicking on a website. I would like the user to click on an icon and select the date in the datepicker that pops op. Once the date has been selected, the datepicker closes and the selected text gets displayed in e.g. a span in a nice-to-read format

[jquery-ui] Re: Combining jcarousel and drag and drop code

2009-07-07 Thread Richard D. Worth
I see two issues with your code below: 1. You're including jQuery twice, once just before jCarousel, and once just before jQuery UI 2. The two versions of jQuery you're including don't match. Just before jCarousel, you're including jQuery 1.2.3. This is not a version of jQuery that's compatible w

[jquery-ui] Re: Slider and width of the handle

2009-07-07 Thread Richard D. Worth
Take a look at this example: http://jquery-ui.googlecode.com/svn/trunk/demos/slider/side-scroll.html It adjusts the left margin dynamically based on the position of the handle, so that it's always within the slider. - Richard On Mon, Jul 6, 2009 at 10:09 AM, Erkie wrote: > > Hello, > > I'm us

[jquery-ui] Re: How to display the text of the selected item in a list when using JQuery UI Selectable

2009-07-07 Thread Richard D. Worth
With Firebug you can do a console.log(ui) inside the selected callback and find a ui.selected property. It's a DOMElement, so needs to be wrapped in $() to get .text() method: $("#selectable").selectable({ selected: function(event, ui){ if ($(ui.selected).text()=="Item1"){ alert("Item1

[jquery-ui] jquery & xinha

2009-07-07 Thread amsele
HI everbody!! ive got some problem with jquery and xinha (little editor). when i use the sortable pluggin and the xinha in combination (the xinha stuff just have to be included to produce the error) a error occur. that means. jquery ui and xinha is included. everything fine. working with some js

[jquery-ui] Re: Localization

2009-07-07 Thread Gitte Olrik
I have the same problem. The translations aren't included in the minified file. Should I copy the entire directory of translations into my js directory? On 20 Maj, 04:01, "Richard D. Worth" wrote: > You can see a demo of it here: > > http://jqueryui.com/demos/datepicker/#localizationhttp://jque

[jquery-ui] Re: flash and tabs

2009-07-07 Thread jquery.redsqu...@googlemail.com
Can you give us a url of the issue. Might help lots if we can see & debug On Jul 7, 8:20 am, "gmist...@gmail.com" wrote: > Hi, this problem become urgent, if anybody have tested this workaround > ?gmist...@gmail.coma écrit :Hi > I insert flash file in tabs but when i change tabs, animation is a

[jquery-ui] Re: flash and tabs

2009-07-07 Thread gmist...@gmail.com
Hi, this problem become urgent, if anybody have tested this workaround ? gmist...@gmail.com a écrit : Hi I insert flash file in tabs but when i change tabs, animation is always restarting with Firefox (not in IE) I have found the off-left tehcnic but it doesn't work .ui-tabs