Mof

Results 8 comments of Mof

I've just run into the same problem today. The !important saved me but not sure what's happening here. So my example is a simple anchor without a href: ``` (def...

I have no idea which is the 'right' way to do it, but happy to have the '!important' option to get things working for now.

> Manual mode is now live with the release of 1.11.0. This is awesome - I finally got around to needing this feature again. The manual mode worked flawlessly and...

I had something similar today I think. Anyway I've created a pull request that fixes the problem for myself. Just FYI for anyone else that is having this problem and...

Hi Dennis, The issue is that since Xcode 7 (I think), Apple wants you to build a specific version for OSX whereas you used to be able to use the...

Hi Dennis, I've had a crack at the build script (see my pull request) but it's not well tested. I ran it here and it seems to work but I...

Hi, You need to tell it what you want to listen to: `(listen! (domina/by-id "my-button") :click (js/alert "Woohoo"))`

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