[jQuery] dblclick function bind and content selection

2008-03-02 Thread guillaume sempé
Hello, I have a function binded on dblClick event of a DIV. When user dblclick on the DIV its content is selected and my function is executed. Is there any solution to avoid content selection on dlbclick ? Thank you. Guillaume.

[jQuery] How to avoid Double click content selection and click event

2008-03-02 Thread guillaume sempé
there is also a function on click event and when i dblclick on the div the function binded on click event is always executed before the one binded on dblclick. Is there any solution to avoid the click function execution and execute only the dblclick one when user double click ? Thank you. Guillaume