cullquery

0.0.1 • Public • Published

cullquery

jQuery powered DOM extensions for Cull.JS. For now, it only makes it possible to attach event handlers through the element builder interface in Cull:

cull.dom.el("a", {
    href: "/somewhere",
    events: {
        click: function (event) {
            alert("HA HA");
            event.preventDefault();
        }
    }
});

License

Copyright © 2012, Christian Johansen. BSD license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i cullquery

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • cjohansen