clickquery

1.0.0 • Public • Published

clickQuery

jQuery's click in 342 characters

Demo

Because why not?

Be warned, this is highly golfed and isn't nearly as robust as jQuery.click

Get array of objects

$(selector)

Example

$('p')
// Returns [<p>,<p>,...]

Attach click handler

$('p').click(function() {
  console.log('you clicked!');
});

Readme

Keywords

none

Package Sidebar

Install

npm i clickquery

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ajkochanowicz