Skip to content

Instantly share code, notes, and snippets.

View ayubk's full-sized avatar

Ayub Khan ayubk

View GitHub Profile
@ayubk
ayubk / index.html
Created October 16, 2017 17:07
Dropdown Mneu in Pure Vanilla JS // source http://jsbin.com/joferuv
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Dropdown Mneu in Pure Vanilla JS</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style id="jsbin-css">
.dropDownMenu{
position:absolute;