Skip to content

Instantly share code, notes, and snippets.

View rlebek's full-sized avatar

Ronny Lebek rlebek

  • Germany
  • 06:08 (UTC +02:00)
View GitHub Profile
@rlebek
rlebek / dabblet.css
Created April 26, 2012 21:10
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
form div {
position: relative;
display: inline-block;
}
input:focus + .info {
@rlebek
rlebek / dabblet.css
Created April 24, 2012 20:37
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@rlebek
rlebek / README.markdown
Created March 9, 2012 16:00 — forked from gudbergur/README.markdown
Bootstrap's Typeahead plugin extended (allowing for AJAX functionality) among other things

This is a fork of Bootstrap Typeahead that adds minimal but powerful extensions.

For example, process typeahead list asynchronously and return objects

  # This example does an AJAX lookup and is in CoffeeScript
  $('.typeahead').typeahead(
    # source can be a function
    source: (typeahead, query) ->
 # this function receives the typeahead object and the query string