Closed dboris closed 7 years ago
This adds basic support for jQuery.clone. The jQuery.clone method accepts an optional second parameter deepWithDataAndEvents, not currently implemented. I'm open to suggestions how to handle that on the PureScript side.
jQuery.clone
deepWithDataAndEvents
Thanks!
https://pursuit.purescript.org/packages/purescript-jquery/3.1.0
This adds basic support for
jQuery.clone
. ThejQuery.clone
method accepts an optional second parameterdeepWithDataAndEvents
, not currently implemented. I'm open to suggestions how to handle that on the PureScript side.