Looking at the code it seems like you are calling jquery style code without
actual jquery.
(.modal modal "show")
.modal is a method provided via bootstrap.js/jquery and usually called as
$('#div-modal').modal('show')
I'm not sure on how you'd interface bootstrap with Om but I doubt that there is
a "sane" way. You are probably better off writing a modal component in Om.
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.