Init it with M.TapTarget.init(document.querySelectorAll(".tap-target"), {})
Context
I'm doing a testing plateform (for API) and I have to run this in IE because this application must run into a touch terminal with IE only. I don't use jQuery.
Your Environment
Version used: 1.0.0-beta
Browser Name and version: Internet Explorer 11.0.52
Operating System and version (desktop or mobile): Windows 7 on Desktop
Expected Behavior
M.TapTarget.init(elem) should initialize the elem correctly
Current Behavior
It works perfectly on Chrome but on IE, the script stops because : Object does not support the property or method "append"
Steps to Reproduce (for bugs)
M.TapTarget.init(document.querySelectorAll(".tap-target"), {})
Context
I'm doing a testing plateform (for API) and I have to run this in IE because this application must run into a touch terminal with IE only. I don't use jQuery.
Your Environment