MotionCAPTCHA
MotionCAPTCHA copied to clipboard
MotionCAPTCHA jQuery Plugin - Stop Spam, Draw Shapes
Last update is 6 years old, it works fine, it recognize good or bad schema, my questions are : What is wrong with this motion captcha ? Lack of accessibility...
Hi, there exists a problem, if we verify whether a user is human or bots in browser, bots can simply ignore the CAPTCHA and send packages the same as a...
Hi When we use it with Android, and Magnify the canvas, it does not work, I could not draw any line on canvas. but if I go back 100% display...
The canvas is there but the image to draw is not showing up. I noticed on your demo, the background-position is overwritten and removed by the JS. But in my...
The project link is broken http://www.josscrowcroft.com/projects/motioncaptcha-jquery-plugin/
Locate the message on the canvas is it (top right) or (top left) for top left ``` javascript $('#form').motionCaptcha(); ``` for top right ``` javascript $('#form').motionCaptcha({ isRTL: true }); ```
I think there was a typo in motioncaptia. Seems like it should be camel case.
While using MotionCAPTCHA and jQuery Mobile, an issue when trying to activate the submit button occurs. The `disabled` attribute is removed indeed, but jQuery Mobile still blocks it. This is...
Not much change are needed in jquery.motionCaptcha.0.2, around 5 lines or so are added. Also made the validation with PHP, using phpDollar, see the library. And JSON2 also needed, I...
This may seem rather pedantic, but it would probably help if some text along the lines of "starting from the dot" was added to the caption for the drawing canvas....