Skip to content

Instantly share code, notes, and snippets.

View the0neyouseek's full-sized avatar

Guillaume the0neyouseek

  • Groupe Curious
  • France
View GitHub Profile
@the0neyouseek
the0neyouseek / index.html
Last active March 2, 2020 18:49
Materialize nested dropdown/menu - http://jsbin.com/yihayos
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Example nested dropdown</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/js/materialize.min.js"></script>
<style>