I use the Jquery Real Person Recaptcha (http://keith-wood.name/realPerson.html).
It works, but "Click to change" o "Try another options" dont work and I have the error:
Object # has no method 'on'
My code is:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en_US" />
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="jquery.mousewheel-3.0.2.pack.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.js"></script>
<script type="text/javascript" src="js/jquery.tickers.js"></script>
<script type="text/javascript" src="js/jquery.realperson.js"></script>
<link href="css/jquery.realperson.css" rel="stylesheet" type="text/css" media="screen"/>
<style type="text/css">
.realperson-challenge { /*display: inline-block*/
padding-top: 20px;
padding-bottom: 20px;
}
</style>
<script type="text/javascript">
$(function() {
$('#defaultReal').realperson();
});
</script>
</head>
Anyone can help me? I don't see the error. There are 2 jquery includes but if i delete one of this the result is the same.
Thanks in advance
Stefania