[jQuery] Re: Detecting Mouse Paste

2007-05-23 Thread Benjamin Sterling
That's 10 points for Benjamin Sterling :) On 5/23/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Wow, this is awesome. I have been writing code just like this for the last 3 hours. I'm switching to the plugin right now. Glen On 5/23/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Glen, > Josh

[jQuery] Re: Detecting Mouse Paste

2007-05-23 Thread Glen Lipka
Wow, this is awesome. I have been writing code just like this for the last 3 hours. I'm switching to the plugin right now. Glen On 5/23/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Glen, Josh has a plugin that may have some paste feature, that may point you in the right direction http://di

[jQuery] Re: Detecting Mouse Paste

2007-05-23 Thread Benjamin Sterling
Glen, Josh has a plugin that may have some paste feature, that may point you in the right direction http://digitalbush.com/projects/masked-input-plugin -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Detecting Mouse Paste

2007-05-23 Thread Erik Beeson
Maybe some combination of click, focus, and/or change? Google javascript paste event. --Erik On 5/23/07, Glen Lipka <[EMAIL PROTECTED]> wrote: I have an input and I want to detect if the user drags a value into it or if they right-click and then click "paste". Is there an event that fires in

[jQuery] Re: Detecting Mouse Paste

2007-05-23 Thread Bil Corry
Glen Lipka wrote on 5/23/2007 11:11 AM: I have an input and I want to detect if the user drags a value into it or if they right-click and then click "paste". Is there an event that fires in these cases? Tom Deater mentioned adding some code to his plug-in to detect it: