forked from arjaneising/tickback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.haml
49 lines (42 loc) · 1.08 KB
/
index.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
!!! 5
%html{ :lang => 'en' }
%head
%title jQuery TickBack`
%meta{ :charset => 'utf-8' }
%meta{ :'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge' }
%link{ :rel => 'stylesheet', :media => 'screen,projection', :href => './styles/screen.css' }
%body
%h1 jQuery TickBack`
%p A jQuery plugin to animate the filtering of a list.
%p
%strong
%a{ :href => 'https://github.com/arjaneising/tickback' } See Github Repo…
%h2 Filters
.filters
%a{ :href => '#', :'data-filter' => 'foo' } Foo <small>Styled bold</small>
%a{ :href => '#', :'data-filter' => 'bar' } Bar <small>Styled italic</small>
%ul
%li.foo.bar
Z
%li.bar
B
%li
K
%li.foo.bar
D
%li.bar
W
%li.foo
F
%li.bar
G
%li.foo
H
%li.foo
I
%li
J
%script{ :src => 'scripts/jquery.js' }
%script{ :src => 'scripts/jquery.transit.min.js' }
%script{ :src => 'scripts/jquery.tickback.js' }
%script{ :src => 'scripts/demo.js' }