├── images ├── sms.png ├── blues.png ├── ipod.png ├── mail.png ├── phone.png ├── store.png ├── itunes.png ├── killers.png ├── photos.png ├── safari.png ├── classical.png ├── rocknroll.png ├── alternative.png └── song_images │ ├── Todavia.png │ ├── Y_Tu_Te_Vas.png │ ├── Se_Que_Perdi.png │ ├── A_Love_Like_This.png │ ├── Amor_Prohibido.png │ ├── Como_Dos_Tontos.png │ ├── Muy_Lejos_De_Ti.png │ ├── La_Locura_Del_Amor.png │ ├── Thats_Why_Im_Here.png │ ├── Since_You_Brought_It_Up.png │ ├── Til_The_Last_Shots_Fired.png │ ├── She_Dont_Know_Shes_Beautiful.png │ └── I_Wanna_Make_You_Close_Your_Eyes.png ├── song_images ├── Todavia.png ├── Se_Que_Perdi.png ├── Y_Tu_Te_Vas.png ├── Amor_Prohibido.png ├── Como_Dos_Tontos.png ├── Muy_Lejos_De_Ti.png ├── A_Love_Like_This.png ├── La_Locura_Del_Amor.png ├── Thats_Why_Im_Here.png ├── Since_You_Brought_It_Up.png ├── Til_The_Last_Shots_Fired.png ├── She_Dont_Know_Shes_Beautiful.png └── I_Wanna_Make_You_Close_Your_Eyes.png ├── icons ├── arrow_up.svg ├── arrow_down.svg ├── arrow_left.svg ├── arrow_right.svg ├── more.svg ├── top_rated.svg ├── chat.svg ├── downloads.svg ├── refresh.svg ├── bag.svg ├── download.svg ├── location_pin.svg ├── home.svg ├── contacts.svg ├── eye.svg ├── gift.svg ├── files.svg ├── action.svg ├── film.svg ├── cabinet.svg ├── search.svg ├── lightning_bolt.svg ├── chart.svg ├── flag.svg ├── history.svg ├── heart.svg ├── minus.svg ├── add.svg ├── reload.svg ├── check_mark.svg ├── add_black.svg ├── id_card.svg ├── chevron.svg ├── delete.svg ├── bookmarks.svg ├── attachement.svg ├── head_phones.svg ├── delete_check_mark.svg ├── info.svg ├── target.svg ├── todo.svg ├── cog.svg ├── new_page.svg ├── move_indicator.svg ├── apple_logo.svg ├── badge.svg ├── computer.svg ├── envelope.svg ├── compose.svg ├── settings.svg ├── shopping_cart.svg ├── droid_logo.svg ├── calendar.svg ├── group.svg ├── lock.svg └── chat_more.svg ├── examples ├── tableview-simple-1.html ├── README.markdown ├── tableview-simple-grouped-1.html ├── tableview-with-tablefooter.html ├── tableview-with-tableheader.html ├── tableview-simple-4.html ├── tableview-simple-grouped-4.html ├── tableview-advanced-4.html ├── tableview-advanced-grouped-4.html ├── tableview-simple-2.html ├── tableview-simple-grouped-2.html ├── tableview-advanced-2.html ├── tableview-advanced-grouped-2.html ├── tableview-advanced-1.html ├── tableview-advanced-grouped-1.html ├── tableview-advanced-10.html ├── tableview-simple-3.html ├── tableview-simple-grouped-3.html ├── tableview-advanced-8.html ├── tableview-advanced-grouped-8.html ├── tableview-advanced-3.html ├── tableview-simple-5.html ├── tableview-advanced-grouped-3.html ├── deletion_list-images-grouped.html ├── tableview-advanced-9.html ├── tableview-advanced-grouped-9.html ├── deletion_list.html ├── progressbar.html ├── selection_list.html ├── expander.html ├── tableview-simple-grouped-5.html ├── deletion_list-icons-grouped.html ├── deletion_list-images.html ├── deletion_list-icons.html ├── Ellipsis.html ├── deletion_list-grouped.html ├── actionsheet.html ├── navigation-list-2.html ├── navigation-list-3.html ├── background-gradient.html ├── navigation-list-3a.html ├── tableview-advanced-5.html ├── tableview-advanced-6.html ├── tableview-advanced-grouped-5.html ├── tableview-advanced-grouped-6.html ├── tableview-advanced-7.html ├── tableview-advanced-grouped-7.html ├── json_form_target.html ├── switch-control-3.html └── popup.html └── README.markdown /images/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/sms.png -------------------------------------------------------------------------------- /images/blues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/blues.png -------------------------------------------------------------------------------- /images/ipod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/ipod.png -------------------------------------------------------------------------------- /images/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/mail.png -------------------------------------------------------------------------------- /images/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/phone.png -------------------------------------------------------------------------------- /images/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/store.png -------------------------------------------------------------------------------- /images/itunes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/itunes.png -------------------------------------------------------------------------------- /images/killers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/killers.png -------------------------------------------------------------------------------- /images/photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/photos.png -------------------------------------------------------------------------------- /images/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/safari.png -------------------------------------------------------------------------------- /images/classical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/classical.png -------------------------------------------------------------------------------- /images/rocknroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/rocknroll.png -------------------------------------------------------------------------------- /images/alternative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/alternative.png -------------------------------------------------------------------------------- /song_images/Todavia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Todavia.png -------------------------------------------------------------------------------- /song_images/Se_Que_Perdi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Se_Que_Perdi.png -------------------------------------------------------------------------------- /song_images/Y_Tu_Te_Vas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Y_Tu_Te_Vas.png -------------------------------------------------------------------------------- /images/song_images/Todavia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Todavia.png -------------------------------------------------------------------------------- /song_images/Amor_Prohibido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Amor_Prohibido.png -------------------------------------------------------------------------------- /song_images/Como_Dos_Tontos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Como_Dos_Tontos.png -------------------------------------------------------------------------------- /song_images/Muy_Lejos_De_Ti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Muy_Lejos_De_Ti.png -------------------------------------------------------------------------------- /images/song_images/Y_Tu_Te_Vas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Y_Tu_Te_Vas.png -------------------------------------------------------------------------------- /song_images/A_Love_Like_This.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/A_Love_Like_This.png -------------------------------------------------------------------------------- /song_images/La_Locura_Del_Amor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/La_Locura_Del_Amor.png -------------------------------------------------------------------------------- /song_images/Thats_Why_Im_Here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Thats_Why_Im_Here.png -------------------------------------------------------------------------------- /images/song_images/Se_Que_Perdi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Se_Que_Perdi.png -------------------------------------------------------------------------------- /images/song_images/A_Love_Like_This.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/A_Love_Like_This.png -------------------------------------------------------------------------------- /images/song_images/Amor_Prohibido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Amor_Prohibido.png -------------------------------------------------------------------------------- /images/song_images/Como_Dos_Tontos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Como_Dos_Tontos.png -------------------------------------------------------------------------------- /images/song_images/Muy_Lejos_De_Ti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Muy_Lejos_De_Ti.png -------------------------------------------------------------------------------- /song_images/Since_You_Brought_It_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Since_You_Brought_It_Up.png -------------------------------------------------------------------------------- /images/song_images/La_Locura_Del_Amor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/La_Locura_Del_Amor.png -------------------------------------------------------------------------------- /images/song_images/Thats_Why_Im_Here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Thats_Why_Im_Here.png -------------------------------------------------------------------------------- /song_images/Til_The_Last_Shots_Fired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/Til_The_Last_Shots_Fired.png -------------------------------------------------------------------------------- /song_images/She_Dont_Know_Shes_Beautiful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/She_Dont_Know_Shes_Beautiful.png -------------------------------------------------------------------------------- /images/song_images/Since_You_Brought_It_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Since_You_Brought_It_Up.png -------------------------------------------------------------------------------- /images/song_images/Til_The_Last_Shots_Fired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/Til_The_Last_Shots_Fired.png -------------------------------------------------------------------------------- /song_images/I_Wanna_Make_You_Close_Your_Eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/song_images/I_Wanna_Make_You_Close_Your_Eyes.png -------------------------------------------------------------------------------- /images/song_images/She_Dont_Know_Shes_Beautiful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/She_Dont_Know_Shes_Beautiful.png -------------------------------------------------------------------------------- /images/song_images/I_Wanna_Make_You_Close_Your_Eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbiggs/chocolatechip-ui-zepto/HEAD/images/song_images/I_Wanna_Make_You_Close_Your_Eyes.png -------------------------------------------------------------------------------- /icons/arrow_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /icons/arrow_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /icons/arrow_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /icons/arrow_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /icons/more.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /icons/top_rated.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /icons/chat.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /icons/downloads.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /icons/refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /icons/bag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /icons/location_pin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /icons/contacts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | -------------------------------------------------------------------------------- /icons/eye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | -------------------------------------------------------------------------------- /icons/gift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /icons/files.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | -------------------------------------------------------------------------------- /icons/action.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/film.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | -------------------------------------------------------------------------------- /icons/cabinet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /icons/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/lightning_bolt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 22 | -------------------------------------------------------------------------------- /icons/chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/flag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/history.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/heart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | -------------------------------------------------------------------------------- /icons/minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /icons/reload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /icons/check_mark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/add_black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 13 | -------------------------------------------------------------------------------- /icons/id_card.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 15 | -------------------------------------------------------------------------------- /icons/chevron.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /icons/delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 13 | -------------------------------------------------------------------------------- /icons/bookmarks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | -------------------------------------------------------------------------------- /icons/attachement.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | -------------------------------------------------------------------------------- /icons/head_phones.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 33 | -------------------------------------------------------------------------------- /examples/tableview-simple-1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |
30 |
34 |
38 |
42 |
30 |
34 |
38 |
42 |
30 |
34 |
38 |
42 |
46 |
50 |
29 |
33 |
37 |
41 |
45 |
49 |
30 |
35 |
40 |
45 |
50 |
30 |
35 |
40 |
45 |
50 |
33 |
38 |
43 |
48 |
30 |
36 |
42 |
48 |
54 |
30 |
36 |
42 |
48 |
54 | You just deleted:
65 |Examples of custom progress bars with varying widths, background colors and animation speeds.
68 |You are going to:
59 |
33 |
37 |
41 |
45 |
49 |
53 |
34 |
39 |
44 |
49 |
54 |
33 |
37 |
41 |
45 |
49 |
53 | 48 | Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 49 |
50 |You just deleted:
61 |
30 |
36 |
42 |
48 |
54 |
30 |
36 |
42 |
48 |
54 | 107 | Response: 108 |
109 |