Commit Graph

29 Commits

Author SHA1 Message Date
John Bintz 2e2a746fe8 merve 2013-04-10 18:36:02 -04:00
John Bintz 7b8cd65a55 fix some slow javascript. oops 2013-04-10 18:34:47 -04:00
John Bintz 7f6d0c0eb3 Merge branch 'master' of git://github.com/nathanvda/cocoon into formtastic_input 2013-01-24 05:57:19 -05:00
Ahmet Özkaya 33f5df9d4c Update app/assets/javascripts/cocoon.js
".live()" method replaced by ".on()" (jQuery 1.7+) method

on jQuery 1.7 .live() method is deprecated
on jQuery 1.9 .live() method is removed
2013-01-19 23:48:02 +02:00
John Bintz 242d89a3b0 don't automaticaly include jquery ui 2013-01-15 21:55:31 -05:00
John Bintz 996ccd55f0 update for new jquery-ui-rails gem 2013-01-07 12:24:51 -05:00
John Bintz d9e94ab3ed remove console.logs, make orderling less specific, add turbolinks support 2012-12-13 18:51:47 -05:00
John Bintz a1715f049b more work to make nested sortable forms work, can now sort forms within forms 2012-10-26 17:59:07 -04:00
John Bintz 511184a267 fix merge problem 2012-10-25 15:27:25 -04:00
John Bintz 53074502b1 merge in master 2012-10-25 14:59:39 -04:00
John Bintz bfe72bd29f add support for sorting nested forms 2012-10-25 14:49:55 -04:00
John Bintz f584e181d2 ensure important 2012-10-18 14:02:10 -04:00
nathanvda bbba9dc4c0 Add the (to be) inserted or (to be) removed html to the event.
The event gets an extra parameter: for `before-insert` and `after-insert` the inserted piece of html. For `before-remove` and `after-remove` the removed piece of html. This way one can add effects/animations if needed.

The remove code has been refactored (less code duplication), and checks for a possible timeout, which can be set in the `before-remove` callback.
2012-10-18 07:28:29 +02:00
John Bintz 3f89fff364 add stylesheet for active admin integration 2012-10-17 11:21:19 -04:00
nathanvda 8118a45953 Make sure we handle self-nested forms correctly. Fixes #96 and #74. 2012-10-13 00:11:16 +02:00
Nikolay Seskin 646c036258 Update app/assets/javascripts/cocoon.js 2012-10-12 17:54:55 +04:00
Nathan Van der Auwera a5cc3212a7 Rename the events: use clear collision-free names. 2012-09-25 00:03:20 +02:00
Dmytrii Nagirniak d4b997a082 Fix broken js at c69c157aff 2012-09-24 19:00:19 +10:00
Nathan Van der Auwera c69c157aff Renamed the triggered events to be more clear and symmetric, and added a `before-insert`. As discussed in #89. 2012-09-21 00:38:26 +02:00
Nathan Van der Auwera c2a0be513d Merge pull request #83 from porecreat/rename-template
Rename link 'template' data attribute
2012-09-13 05:17:55 -07:00
Gauthier Delacroix 9e3f0436d1 Rename JS 'template' data 2012-08-29 10:33:40 +02:00
Gauthier Delacroix 3833d9b175 Add relative node selection 2012-08-28 19:08:57 +02:00
Bart Duchesne a8e0a64ff0 call insertion-callback on the correct node (in case a specific insertion-node is specified) 2012-07-30 10:49:17 +02:00
nathanvda 5047cdf0f1 Pulled in the changes from erwin (pull #51)., with a few changes to clean up and maintain backwards compatibility. 2012-04-07 01:33:30 +02:00
Matte Edens 4563b685be add data-association-insertion-method
the -position data attribute doesn't really "make sense" when adding
the "append" or "prepend" methods. those aren't "positions".  I try to
be grammatically correct. :)
2011-12-06 12:03:25 -08:00
nathanvda c278916ad4 Added new callback solution, allowing both insertion and removal callbacks. 2011-10-12 23:00:20 +02:00
gray 7821a6bb8f Use safe jQuery & remove document ready 2011-09-26 12:01:20 +03:00
Carlos Segura 9dfedb4733 Add option to use this in association-insertion-node 2011-08-25 00:57:20 +02:00
nathanvda 1628bb19d3 Made Cocoon Rails 3.1 compatible:
- moved cocoon.js to app/assets/javascripts
- adapted install-generator accordingly (for rails 3.0.x)
- made it an engine instead of railtie (to use the asset pipeline)
2011-07-24 00:17:40 +02:00