jquery detecting mouseup

geforce32

New Member
I have a problem.The code works fine in Firefox but in Chrome it messes up.The code is rather basic.There's a div with a background. Upon jquery's mousedown upon that div I set a function to run at an interval. Upon mouseup the interval is cleared. Simple, right?So problem is this. Say the user right-clicks in Chrome and brings up the context menu. Or they drag the div. The mouseup event is no longer registered.Any ideas?I had an idea where I'd just get the status of the mouse button. But that seems to be impossible to do without a mouse even firing.
 
Back
Top