Fork me on GitHub
#hoplon
<
2016-08-07
>
Tim06:08:21

+1 for removing jquery as a dependency

levitanong06:08:36

Google closure library

adamw12:08:40

Very cool. Out of interest! What the win when switching from jquery to gcl - better compiler integration?

mac14:08:31

This might be more related to jquery, but can someone tell me how I would find the index(es) for of the rows containing a checked checkbox using cljs/jquery?

mac16:08:46

This is how far I have got, but I cannot figure out how to retrieve the index (-> (js/$ "#clause-table tr") (.has ":checkbox:checked") (.find "td:eq(1)")

flyboarder16:08:08

@adamw: the win here is dropping jQuery for those of us who don't use it other than attributes

flyboarder16:08:26

This makes hoplon lighter and more flexible

flyboarder16:08:53

For example we could have an angular version instead of jquery or gcl