Hello all!
I'm trying ( hard ) to figure out how to:
- drag a layer via draggable()
- without firing the click() event on endDrag/release.
I've tried the
Anybody for a workaround?
detail:
$(function (){
$("#dragdiv").draggable();
$("#dragdiv li").click(alert);
})
/////
<div id="dragdiv">
<ul>
<li>clickme!</li>
<li>clickme!</li>
<li>clickme!</li>
<li>clickme!</li>
<li>clickme!</li>
... a lot of LIs
<ul>
</div>
thank you nice people!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---