[jquery-ui] Re: unfocus(blur) when clicking on a selectable field?

2009-08-12 Thread Shedokan
why sortable elements disable this. On 10 אוגוסט, 09:32, svanhess wrote: > Something like this? > > $('#selectable li').click(function () { >      $('textarea').blur(); > > }); > > On Aug 9, 10:44 am, Shedokan wrote: > > > I have a selectable el

[jquery-ui] Re: unfocus(blur) when clicking on a selectable field?

2009-08-10 Thread Shedokan
ginal Message- > From: jquery-ui@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Shedokan > Sent: zondag 9 augustus 2009 23:00 > To: jQuery UI > Subject: [jquery-ui] Re: unfocus(blur) when clicking on a selectable field? > > here I uploaded an

[jquery-ui] Re: unfocus(blur) when clicking on a selectable field?

2009-08-09 Thread Shedokan
here I uploaded an example: http://shedokan.110mb.com/jquery/selectable-unfocus.html try to click inside the textarea and then click on a selectable element (a number in this case), and you'll see that the textarea is still focused. On 9 אוגוסט, 21:46, "Steven Lots" wrote: >

[jquery-ui] unfocus(blur) when clicking on a selectable field?

2009-08-09 Thread Shedokan
I have a selectable element with several sub elements with textareas in them. when focusing on one of those textareas and then clicking on the selectable element the textare focused doesn't unfocus(blurs). how can I make it unfocus(blur)? thanks --~--~-~--~~~---~--~--

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-22 Thread Shedokan
; $(".mysortable").sortable({ >    connectWith: '.mysortable', >    accept:'.sortables', >    revert: true, >    start: function(event,ui){ >         oldid=$(ui.item).attr('id'); >    } > > }); > > On May 21, 4:41 am, Shedok

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-21 Thread Shedokan
top/left relative to the sortable, not the droppable), then > delete the original with remove() > > All that you need to do after that is call a draggable function with > the > item id, using the connectToSortable: option to connect it back to > the > original sortable container(s).

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Shedokan
Here's what I done so far: http://shedokan.110mb.com/os/sortable-droppable.html there is an error showing up if you join the draggable to the sortable. On 21 מאי, 08:41, Shedokan wrote: > If I haven't made my self clear enough so what I need is not only a > connected sortable

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Shedokan
drop and sort item in the box! > > Basically, make two sortable list, then use connectWith of sortable to > > connect them! > > Check it& do it yourself! lol > > > 2009/5/20 Shedokan > > > > Thanks, but I need it to be draggable again after dropso I can

[jquery-ui] Re: How to use sortable and droppable together?

2009-05-20 Thread Shedokan
so you may need to > change the position via a css call and remove  the > 'ui-sortable-helper' helper class from the clone as well. > > On May 19, 8:06 am, Shedokan wrote: > > > I have read a lot of posts saying that it wasn't possible, and one > > post sayin

[jquery-ui] Re: Server side failure breaks tabs

2009-05-19 Thread Shedokan
Continuing what the above said validate your html code using w3c validator, and do the same with the html code from the server side. On 19 מאי, 05:35, "jsjqueryem...@gmail.com" wrote: > Without seeing any code, the first thing I'd do is check the markup of > the response first, and then > the ex

[jquery-ui] How to use sortable and droppable together?

2009-05-19 Thread Shedokan
I have read a lot of posts saying that it wasn't possible, and one post saying that it's in process. so is it possible? and if so, how? and if not so when? and if someone is working on it. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[jquery-ui] Can't delete this.element in ui.widget

2009-05-07 Thread Shedokan
I have created a widget using $.widget and I want to remove the this.element when the widget is destroyed. I've tried $(this.element).remove() but firebug gives me this error: Scripts are not allowed to close windows which were not opened by a script. that's a translation from hebrew but I think

[jquery-ui] Re: How do I suggest a fix for a bug I made?

2009-04-12 Thread Shedokan
; What do you mean "isn't working"?  What problems are you having? > > On Apr 11, 11:18 am, Shedokan wrote: > > > Yea I thought of that too, but the tickets wiki isn't working this > > time. > > well I just have to wait. > > > thanks. > &g

[jquery-ui] Re: Ajax Tabs won't resize via Resizable

2009-04-11 Thread Shedokan
> > Thanks for the suggestion.  Unfortunately in the "much more > > > > > > > complicated layout" I mentioned above I can't make the entire > > > > > > > #tabs > > > > > > > div resizable.  In that set of tabs, the ta

[jquery-ui] Re: How do I suggest a fix for a bug I made?

2009-04-11 Thread Shedokan
Yea I thought of that too, but the tickets wiki isn't working this time. well I just have to wait. thanks. On 11 אפריל, 05:50, Scott González wrote: > Hi Shedokan, > > You can just add your patch to the ticket as an attachment. > > On Apr 7, 7:29 am, Shedokan wrote: >

[jquery-ui] Re: How do I suggest a fix for a bug I made?

2009-04-07 Thread Shedokan
Forgot to metion I fixed it and have the fixed code. --~--~-~--~~~---~--~~ 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, s

[jquery-ui] Re: Ajax Tabs won't resize via Resizable

2009-04-07 Thread Shedokan
Why don't you use $('#tabs').resizable();? On 7 אפריל, 09:14, imbunche wrote: > I setup two really basic pages to try to troubleshoot a problem I'm > having on a much more complicated layout. > > http://imbunche.com/jquery/tabs/tabs.htmlhttp://imbunche.com/jquery/tabs/tabs-ajax.html > > On the f

[jquery-ui] How do I suggest a fix for a bug I made?

2009-04-07 Thread Shedokan
I have found a bug and reported it here: http://dev.jqueryui.com/ticket/4377 while waiting for over two weeks now I tryed to fix that bug and I don't know where to go to get it into the code if it will be aprooved. so, where to go? thanks. --~--~-~--~~~---~--~~ Y

[jquery-ui] Cannot add new tickets to Trac And having more problems

2009-03-26 Thread Shedokan
I cannot add a new ticket because all I get is this:

[jquery-ui] Re: How to get the UI.draggable Scope

2009-03-26 Thread Shedokan
If your'e calling it inside a function of the draggable so you can use $(ui.draggable).draggable('option', 'scope') because there is no ui.draggable alose if you mean that you want to get the left and top position you can use ui.offset. On 26 מרץ, 16:57, Paul Hutson wrote: > As a bit of an addo

[jquery-ui] Re: remember image order when using sortables

2009-03-26 Thread Shedokan
you can put all of your images at the start of the selection like this: images = $('#sortable > .ui-state-default'); and each images[] will behave like an element. On 26 מרץ, 18:45, Mojojo wrote: > Hello. > > I use sortables and it works fine. But I need the system to remember >

[jquery-ui] Re: resizable not working - theme required?

2009-03-26 Thread Shedokan
it's not a requierment if you can style the resizable yourself. if you want you can copy only the resizable part into your style sheet, that way your componets size almost will not get bigger/ On 26 מרץ, 20:37, Gaurav wrote: > I downloaded the 'smoothness' CSS theme and it is indeed required fo

[jquery-ui] Re: why doesn't appendTo work in selectable()?

2009-03-14 Thread Shedokan
Anyone? --~--~-~--~~~---~--~~ 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+unsubscr...@googlegro

[jquery-ui] why doesn't appendTo work in selectable()?

2009-03-13 Thread Shedokan
I am trying to append the selectable helper to a div and the option just doesn't do anything. here is my code: $(".selectable ul").selectable({ applyTo:".selectable" }); I looked in the jquery source code and found this: appendTo: 'body', on line 2614 in the full jquery ui. the option exists b

[jquery-ui] selectable with an image under problem

2009-02-28 Thread Shedokan
I have a sortable list with and image under it as the pages backgrund. the problem is that when I hold the mouse down the selectable helper doesn't shows up and instead the mouse starts to drag the image, I tried to use onmousedown="return false" but it just stops dragging the image. here's my c

[jquery-ui] Re: Multiple drag handles for draggable()?

2009-02-26 Thread Shedokan
thanks, and actually I figured the same thing. On 26 פברואר, 02:59, "Richard D. Worth" wrote: > 'img, span' is the selector you want. The + (adjacent sibling) means a span > that immediately follows an img. > > - Richard > > On Wed, Feb 25, 2009 at 2:

[jquery-ui] Multiple drag handles for draggable()?

2009-02-25 Thread Shedokan
I have a draggable with img and span tags and I want them both to be handles. I tried doing $('.draggable').draggable({ handle: 'img + span' }); but it doesn't works, I also tryed using full paths and it doesn't seems to work? how can I do this? --~--~-~--~~~---~--~-

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-23 Thread Shedokan
I made a solution for my problem! Yay! I found out that inside the event 'drag' of the draggable, I can change the top and left values of the draggable and they will appear instantly. here is the testing code: Draggable bounds $(documen

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-22 Thread Shedokan
ואר, 15:07, Scott González wrote: > On Feb 22, 5:44 am, Shedokan wrote: > > > Yes I tried that but it doesn't allow the bounds of the div get > > outside the container. > > > what I want is like when you drag windows in an operating system. > > Can you describe

[jquery-ui] Re: How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-22 Thread Shedokan
On 22 פברואר, 00:44, Weston C wrote: > On Feb 21, 3:36 pm, Shedokan wrote: > > > I have a div which is draggable and I want the user not to be able to > > drag it outside it's parent div. > > You can set the "containment" option to "parent"

[jquery-ui] How can I disable the dragging of a draggable div outside the bounds of a parent div?

2009-02-21 Thread Shedokan
I have a div which is draggable and I want the user not to be able to drag it outside it's parent div. how should I do that? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this

[jquery-ui] how to undo or stop the drag of a sortable Item?

2008-11-14 Thread Shedokan
I have a couple of sortable lists which I want to limit the number of Items in each. so I thought there might be a way to dinamically not allow more than one Item in a list. Myabe someone knows how to do this or maybe something else. thanks in advance. --~--~-~--~~~---~

[jquery-ui] How do I use Jquery UI's sortable helper?

2008-11-13 Thread Shedokan
There is no documentation or a guide on how to use Jquery UI's sortable helper. anyone's got an example or something? thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to