Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Jan 23, 2017
1 parent 8dae1f6 commit 8cc15aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
jCreate
=======

jCreate is a plugin for jQuery that adds a new bindable event.
jCreate is a plugin for jQuery that adds a new bindable event. Did you ever look for something like `$(document).on("create", function() { ... });`?

Now you can do something cool when one or more elements are created and are available on the page.

Expand Down Expand Up @@ -93,6 +93,8 @@ $( document ).on('create', 'div', function( event ) {

### jQuery Support

> jquery >= 1.8
Since I use the last version of `jasmine-jquery` library in order to test my own plugin, I cannot ensure that the plugin works with jQuery 1.7 and below, due to the fact that `jasmine-jquery` uses methods that were introduced in jQuery 1.8.


Expand Down

0 comments on commit 8cc15aa

Please sign in to comment.