Unable to upload when using Jquery Mobile
If I use Jquery Mobile in my web application, I get this error when I add a file and the upload is supposed to start:
Uncaught NotFoundError: Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
the cloudinary code is very basic
$('.cloudinary-fileupload').cloudinary_fileupload({
start : function(e) {
console.log("upload start");
},
fail : function(e, data) {
console.log("upload failed");
}
});
Everything works fine without jquery mobile.
Any hints?
ps. I also created a issue in Github
https://github.com/cloudinary/cloudinary_js/issues/48
0
-
Ops! Never mind. The problem was with bootstrap, not cloudinary. Sorry.
0
Post is closed for comments.
Comments
1 comment