No, even though I alreadydid that I meant something that will make a sortable like all other page element without forcing the blur. so that when you click on something to focus on it all other elements that are focused will blur automatically without forcing them to. so I am interested to know why sortable elements disable this.
On 10 אוגוסט, 09:32, svanhess <[email protected]> wrote: > Something like this? > > $('#selectable li').click(function () { > $('textarea').blur(); > > }); > > On Aug 9, 10:44 am, Shedokan <[email protected]> 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
