jQuery 1.0.2 / Interface Elements as of approx Nov 25th
Firefox 2.0 / IE6 
-----------------------------

I have a Sortable <ul>, and it works great, except for the issue below..

I'm trying to have an element
within a sortable <li> to not trigger the draggable mousedown.

For example:
<li class="dragme">All triggers the draggable except for: <span 
id="dontdragme">this text</span></li>

The two ways I know how to remove the draggable mousedown are 1) 
.DraggableDestroy(), and 2) .unbind('mousedown').  

Unfortunately, both methods will remove the mousedown and I cannot seem to bind 
it afterwards.  

The only way I know how to re-bind the mousedown is:
.SortableAddItem().  While this function works for new elements, I
cannot get it to work for existing elements that just need a
re-binding.

I appreciate any insights or help you can offer!!  Thanks all!

-Tony
_________________________________________________________________
Use Messenger to talk to your IM friends, even those on Yahoo!
http://ideas.live.com/programpage.aspx?versionId=7adb59de-a857-45ba-81cc-685ee3e858fe
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to