Failed to Execute querySelectorAll on Document. How to fix?
问题 What I'm doing: I have links generated from a PHP array which produce it's own unique ID which should point to it's own modal (popup window) div which has a matching ID to the link ID. The modals are also auto generated using a PHP array. I am receiving this error, which I am very unfamiliar with (noob). Not sure how to fix. The modal isn't working and I am using Foundation 5's reveal plugin. PHP LINK ARRAY: //more code above if ($track->lyrics != null) { // If lyrics field isn't empty $html