Ajax-Include-Pattern icon indicating copy to clipboard operation
Ajax-Include-Pattern copied to clipboard

HierarchyRequestError: Node cannot be inserted at the specified point in the hierarchy

Open projenix opened this issue 8 years ago • 1 comments

I am trying to test the library by using code from this demo: http://filamentgroup.github.io/Ajax-Include-Pattern/test/functional/default.html

I am linking to the js from the latest head and getting this error: HierarchyRequestError: Node cannot be inserted at the specified point in the hierarchy Jquery.js:4:0

Also, what about Matchmedia and Matchmedia event listener? are these really dependencies too? I included them for now but I hope they are not dependencies too.

Thank you in advance,

projenix avatar May 31 '16 18:05 projenix

it appears in circuit request like:

var $result = $('#results').append($child1).append($child2);

$child1.append($result);

v0ff4k avatar Mar 13 '19 11:03 v0ff4k