Giter Club home page Giter Club logo

stylizowany-element-select's Introduction

Stylizowany element select

Zadanie rekrutacyjne na stanowisko "Staż w Zespole Design Lab (Frontend Developer), obszar Marketing" w Allegro

Normalnie elementu select nie można oscylować za pomocą CSS, aby to zrobić należy stworzyć za pomocą JS zwykłą listę ul do której trzeba dodać elementy li i tekst z option.

Uruchomienie komponentu na stronie:

  1. Do diva w którym ma być umieszczony komponent należy dodać poniższy kod:
<select id="selectOld">
  <option selected>Miesiąc</option> 
  <option>Styczeń</option> 
  <option>Luty</option> 
  <option>Marzec</option> 
  <option>Kwiecień</option> 
  <option>Maj</option> 
  <option>Czerwiec</option> 
  <option>Lipiec</option> 
  <option>Sierpień</option> 
  <option>Wrzesień</option> 
  <option>Październik</option> 
  <option>Listopad</option> 
  <option>Grudzień</option> 
</select>

<div id="select">
  <strong>
    <span id="choose">Miesiąc</span>
    <i class="material-icons close-open">keyboard_arrow_down</i>
  </strong>
</div>

Wartości pól option można zastąpić dowolnym tekstem np. dniami tygodnia. Skrypt JavaScript odczyta te wartości oraz ich ilość i stworzy odpowiednią ilość elementów li w liscie ul, która zostanie utworzona w div#select przed strong.

  1. Do strony należy podpiąć pliki CSS i JS.
  2. I gotowe można teraz cieszyć się dobrze wyglądającym elementem select oraz łatwo go stylizować.

screenshot 2017-05-16 21-36-59

stylizowany-element-select's People

Contributors

olejniczakjacob avatar

Watchers

James Cloos avatar  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.