The ui object should have a selecting-property, pointing to the
selected element.

Jörn

On Thu, Aug 20, 2009 at 2:03 AM, KevIsAZombie<[email protected]> wrote:
>
> Hi All, I am looking for info on the event and ui objects the jquery
> selectable events: selected, and start take as parameters. I cannot
> find this in the documentation and looping through is no help.
>
>  $('#content_td_account').selectable({
>                                      filter: 'li:not
> (".non_draggable")',
>                                      selecting: function(event, ui)
> {
>
>                                      }
>
>                                       });
>
>
> Specifically I want to find what  elements are being selected and
> check them to see if their parent elements are the same or not. I
> assumed this would be in the ui object some where.
>
> >
>

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

Reply via email to