Re: [jQuery] mouse gestures?

2006-10-20 Thread Armand Datema
just found another example YUI this time http://blog.davglass.com/files/yui/gestures/ On 10/2/06, Dan Atkinson [EMAIL PROTECTED] wrote: http://www.xs4all.nl/~peterned/ Armand Datema wrote: there was a good script once that used mouse gestures it was from a dutch guy his site was

Re: [jQuery] mouse gestures?

2006-10-20 Thread Dan Atkinson
That looks like it determines the position of the mouse on the page on mouseDown, and then has a look on mouseUp and does a calculation with a tolerance for minute movements. I'm guessing it's that simple, because you can trick it by holding the mouse button down (keeping it still) but moving

Re: [jQuery] mouse gestures?

2006-10-20 Thread Matt Stith
Yeah, YUI uses tons and tons of code, i think it was around half a meg!On 10/20/06, Dan Atkinson [EMAIL PROTECTED] wrote:That looks like it determines the position of the mouse on the page on mouseDown, and then has a look on mouseUp and does a calculation with atolerance for minute movements.I'm

Re: [jQuery] mouse gestures?

2006-10-02 Thread Brian Litzinger
I don't know many people who would be able to write anything much with the mouse, but it'd be a proof of concept all the same. That's what Wacom tablets are for ;) -- View this message in context: http://www.nabble.com/mouse-gestures--tf2359444.html#a6601083 Sent from the JQuery mailing list

Re: [jQuery] mouse gestures?

2006-10-02 Thread Armand Datema
there was a good script once that used mouse gestures it was from a dutch guy his site was called peterned but i couldnt find it back anymore Armand On 10/2/06, Brian Litzinger [EMAIL PROTECTED] wrote: I don't know many people who would be able to write anything much with the mouse, but

Re: [jQuery] mouse gestures?

2006-09-30 Thread Blair McKenzie
This seemed like an interesting problem so I've attempted to solve it. Be kind.BlairOn 9/30/06, Matt Stith [EMAIL PROTECTED] wrote: This is the closest i've found:http://bradfitz.com/hacks/gestures/ On 9/29/06, Brian Litzinger [EMAIL PROTECTED] wrote: Has anyone done any work with mouse

Re: [jQuery] mouse gestures?

2006-09-30 Thread Brian Litzinger
This is really good, and written better than what I could have done. In my case I'm needing it to affect numerous elements on the page such as li.sortableitem's. It doesn't seem to be allowing me to get the id of which element is clicked on. -- View this message in context:

Re: [jQuery] mouse gestures?

2006-09-30 Thread Kurt Mackey
] [mailto:[EMAIL PROTECTED] On Behalf Of Blair McKenzie Sent: Saturday, September 30, 2006 7:55 PM To: jQuery Discussion. Subject: Re: [jQuery] mouse gestures? Good point. I've updated the plugin so that the gesture callback has access to the originating element as 'this'. BTW I can't

Re: [jQuery] mouse gestures?

2006-09-30 Thread Blair McKenzie
; } // IE document. () { return false; } // Others -Kurt From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Blair McKenzie Sent: Saturday, September 30, 2006 7:55 PM To: jQuery Discussion. Subject: Re: [jQuery] mouse gestures? Good point. I've updated the plugin so