I have looked for a piece of code, it maybe slove this problem.firstGroup optionID: 3
Uncaught NotFoundError: Failed to
execute 'removeChild' on 'Node': The node to be removed
is not a child of this node.
Code:function removeElement(_element){ var _parentElement = _element.parentNode; if(_parentElement){ _parentElement.removeChild(_element); } }


Reply With Quote
Recalled maybe 2 years ago installing it somewhere and having to make a change so that the actions of this plugin and another would fire, but didn't remember that this last weekend when I was again trying to get it to play nice with another javascript action. Do you happen to have your code on github or otherwise available?

