Hello
could someone help me with my code:
var main = function() {
('.dropdown-toggle').click(function() {
(’.dropdown-menu’).toggle();
});
}
$(document).ready(function);
I honestly dont know where the mistake is hidden.
Thanks!
Hello
could someone help me with my code:
var main = function() {
('.dropdown-toggle').click(function() {
(’.dropdown-menu’).toggle();
});
}
$(document).ready(function);
I honestly dont know where the mistake is hidden.
Thanks!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.