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
-~----------~----~----~----~------~----~------~--~---