vote up 1 vote down star

I am trying to make this captcha jquery plugin to work. The a certain line of code is executed, the error pops up.

This is the line of code that causes the error :

$(".ajax-fc-" + rand).draggable({ containment: '#ajax-fc-content' });

What I am assuming is that there is some kind of conflict with the javascript reference, but can't determain what.

These are the referenes that I am using

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<script src="js/ui.core.js"></script>
<script src="js/ui.draggable.js"></script>
<script src="js/ui.droppable.js"></script>
<script src="js/effects.core.js"></script>
<script src="js/effects.slide.js"></script>
flag

How is your rand value defined? – RaYell Aug 25 at 8:49
Hmm it is an ajax request, but apparently it is returning the wrong value. Post an answer and I'll mark it answered for you – Drahcir Aug 25 at 8:55

3 Answers

vote up 0 vote down

I just also have this issue when i use jquey and protaype.Is some one fix this problem?

link|flag
vote up 0 vote down check

As per RaYell's indirect suggestion the problem was i was returning the wrong value in the ajax response.

link|flag
vote up 0 vote down

I have the same issue, and I'm using Google's AJAX lib like you - it might have something to do with that.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.