Hi,

This may be a simple question.

I'd like to know how to add and remove <div> section using om.
My html is as follows:

<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="utf-8" />
    <meta content="width=device-width, initial-scale=1" name="viewport" />
    <title>title</title>
    <link rel="stylesheet" href="/css/bootstrap.min.css" />
    <script type="text/javascript" src="/js-lib/jquery-1.11.1.min.js"></script>
    <script type="text/javascript" src="/js-lib/bootstrap.js"></script>
    <script type="text/javascript" src="/js-lib/react.js"></script>

  </head>
  <body>
    <div id="app"></div>
    <div id="app0"></div>
    <div id="app1"></div>
  </body>
</html>

Thanks,
MH

-- 
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.

Reply via email to