Fork me on GitHub
#hoplon
<
2016-03-11
>
meeli11:03:34

i'm working with @thedavidmeister on our app this weekend. i'm much newer to hoplon than he is but he told me to come ask for some advice on integrating a jquery library into our project

meeli11:03:55

we want to create a keyboard accessible range-style input but with two toggles

meeli11:03:44

something like this https://api.jquerymobile.com/rangeslider/ - so i'm wondering what are my next steps to start being able to make it work with our hoplon code...

meeli11:03:03

any advice appreciated simple_smile

dm311:03:23

take a look at https://github.com/hoplon/jquery.daterangepicker/blob/master/src/hoplon/jquery/daterangepicker.cljs.hl, judging from my experience any jquery plugin can be integrated in a very similar way

meeli11:03:25

cool, thanks~!