@tschallacka/jquery.render

1.0.0 • Public • Published

A simple jQuery plugin for making event binding to the render event easier.

installation:

 npm install @tschallacka/jquery.render

$('#').render( callback )

callback

A function to call when the render event is triggered on the document.

Example:

 var $ = require('jquery');
 require('@tschallacka/jquery.render');
 
 $(document).render(function(){ 
     console.log('Have you heard of the tragedy of Darth Plageuis the wise?');
 });

Package Sidebar

Install

npm i @tschallacka/jquery.render

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.51 kB

Total Files

4

Last publish

Collaborators

  • tschallacka