Skip to content

Commit

Permalink
update version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bootflat committed Jun 5, 2014
1 parent c3bce95 commit 1f03e0b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
15 changes: 14 additions & 1 deletion js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@
container: "body"
});

$("input[type='number']").stepper();

$(".selecter_1").selecter();

$(".selecter_2").selecter();

$(".selecter_3").selecter();

$(".selecter_4").selecter();

$(".selecter_5").selecter();

$(".selecter_6").selecter();

$('.checkbox input').iCheck({
checkboxClass: 'icheckbox_flat',
increaseArea: '20%'
Expand All @@ -23,4 +37,3 @@
$('#accordion2').collapse();
})
}(window.jQuery)

Loading

0 comments on commit 1f03e0b

Please sign in to comment.