You need to add a "mousedown" handler to the span and return false. This will cancel the "propagation" of the event from the span to it's parent (the list item), thereby stopping the item from getting the "mousedown" and starting the drag.
Karl Rudd On 12/6/06, tony rasmus <[EMAIL PROTECTED]> wrote: > > Hi all, > > I tried a few more things to no avail. I'm pretty stuck :) I thank you in > advance if you have any insights or avenues I might explore. > > Best regards, all. > > -Tony > > > tony rasmus wrote: > > > > I'm trying to have an element within a sortable <li> to not trigger the > > draggable mousedown. > > > > For example: > > <li class="trigger">This entire element triggers the draggable except for: > > <span id="notrigger">this text</span></li> > > > > -- > View this message in context: > http://www.nabble.com/InterfaceElements-Sortables---Help-with-mousedown-bindings-tf2758367.html#a7712981 > Sent from the JQuery mailing list archive at Nabble.com. > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
