Giter Site home page Giter Site logo

Comments (8)

fwaddle avatar fwaddle commented on July 30, 2024

Hi,

You need to tell it what you want to listen to:

(listen! (domina/by-id "my-button") :click (js/alert "Woohoo"))

from domina.

dubiousdavid avatar dubiousdavid commented on July 30, 2024

js/document is the something in this scenario. It's cool, though. I ended up writing my own dom manipulation/even library. Thanks for the inspiration.

from domina.

superbobry avatar superbobry commented on July 30, 2024

@dubiousdavid so what was the problem with the above code?

from domina.

dubiousdavid avatar dubiousdavid commented on July 30, 2024

Sorry, not sure what you're referring to. My code or the code posted by fwaddle?

from domina.

superbobry avatar superbobry commented on July 30, 2024

My bad, I was referring to your code: is the current implementation of listen! causing the problem or is it the way you use listen!?

from domina.

dubiousdavid avatar dubiousdavid commented on July 30, 2024

js/document should be a valid listen target, should it not? You can do this in jQuery, and it works as expected.

from domina.

fwaddle avatar fwaddle commented on July 30, 2024

I'm know very little about jquery and therefore not sure what you're trying to do but when attempting to listen you need to get the element itself like so:

(ev/listen! (.-getElementById js/document) :click (js/alert "Hellllo"))

Anyway is your own dom manipulation library open source or available?

from domina.

dubiousdavid avatar dubiousdavid commented on July 30, 2024

My goal is to open-source a bunch of cljs libraries (browser and node.js based) I've been developing for the company I work for. I need to run it past my boss, but I would really like to share with the community, especially since much of the work is inspired by existing projects like domina.

David

On Apr 21, 2013, at 9:53 PM, fwaddle [email protected] wrote:

I'm know very little about jquery and therefore not sure what you're trying to do but when attempting to listen you need to get the element itself like so:

(ev/listen! (.-getElementById js/document) :click (js/alert "Hellllo"))

Anyway is your own dom manipulation library open source or available?


Reply to this email directly or view it on GitHub.

from domina.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.