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
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
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:
>
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
--~--~-~--~~~---~--~--
; $(".mysortable").sortable({
> connectWith: '.mysortable',
> accept:'.sortables',
> revert: true,
> start: function(event,ui){
> oldid=$(ui.item).attr('id');
> }
>
> });
>
> On May 21, 4:41 am, Shedok
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).
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
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
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
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
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
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
; 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
> > 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
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:
>
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
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
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
I cannot add a new ticket because all I get is this:
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
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
>
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
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
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
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
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:
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?
--~--~-~--~~~---~--~-
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
ואר, 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
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"
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
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.
--~--~-~--~~~---~
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
33 matches
Mail list logo