Git Product home page Git Product logo

simpledropdown's Introduction

#SimpleDropDown This is my attempt at simplifying a dropdown menu. The concept is supposedly simple, but it requires some odd CSS and a vague knowledge of jQuery so I made a very simple reusable block. ##Use

  1. You need to be using jQuery. Just place the following in the heading:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Or the HTML5 version if you're cool (notice you no longer need the type attribute):

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

  1. Either copy the jQuery from test.js or include that file itself.

  2. Call the function dropDown() on whatever element contains the ul lists. For me this was a <nav> element. For example:

    <script type="text/javascript"> $(document).ready().dropDown('nav'); </script>

I have styled all the awkwardness away from the dropdown, if you wish to use this (or look at it once or something) just copy or link the sasstest.css file. This was originally written in SASS and I have included the un-compiled version for those who know what they're doing. If you don't use SASS I really recommend you do it makes the calculations that a tricky bit like dropdown menus a cinch. I'll link to a blog post about getting SASS set up etc. But the calculations are all there, you just need to change the variables according to how you want it and recompile it.

simpledropdown's People

Watchers

James Cloos avatar Rui Zhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.