日期:2014-05-16  浏览次数:20603 次

使用MotionCAPTCHA 这个jQuery插件,绘制成功后怎样才能转到自己想要的网页,而不是默认的网页
插件演示地址:http://www.gbin1.com/technology/jquerynews/motioncaptchadrawshapes/demo.jsp
jQuery插件

------解决方案--------------------
<form action="#" id="mycoolform" method="post">
<input type="hidden" id="fairly-unique-id" value="submitform.php" />
</form>


$('#form-id').motionCaptcha({
    action: '#fairly-unique-id'
});