Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS
- by Drahcir
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…