Any ideas what might be causing this error?
List of my includes:
HTML Element:
Script:
$('#monthDrop').dropdown();
It renders fine and everything and no errors on load, just this when I try to click on it:
Answer
We ran into the same error with the following html:
We tried removing data-toggle="dropdown"
from the tag; the error no longer occurred, and the dropdown menu still functioned. Not sure why this works, but it got rid of the error for us. Must be a conflict somehow? Anyways, if someone else is looking for a solution, this workaround may work for them.
No comments:
Post a Comment