Last Updated: February 25, 2016
·
883
· zenix

bacon.js for functional reactive programming

https://github.com/raimohanska/bacon.js


<span id="spanbuttonizer">click span text</span>

$("#spanbuttonizer")
    .asEventStream("click")
        .subscribe(function(event) {
             alert("bacon!");
        })
</pre></code>