I'm using this jQuery code
$('input').bind('change mouseup', ... )
to detect if user drag text somewhere into my input & change it value. But that seems doesn't work. Why doesn't it work and how I can get it to work?
|
I'm using this jQuery code
to detect if user drag text somewhere into my input & change it value. But that seems doesn't work. Why doesn't it work and how I can get it to work? |
||||
|
|
run the code: http://jsfiddle.net/paulwesterberg/FJuvz/5/ |
|||||||
|
|
You can use jQuery
|
|||
|