javascript - Capture mouse in Firefox -
exists in IE .setCapture (); .releaseCapture () Functions What is the equivalent of these functions in Firefox without jQuery? (My client does not want to use it)
There is no such function in FF / Javascript Capture function Only exists in JScript.
Comments
Post a Comment