Skip to content

spencertipping/jquery.fix.clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains jquery.fix.clone.js, which if included will fix a couple of
related bugs in jQuery's clone() method.

Originally there were two projects, jquery.fix.textarea-clone and
jquery.fix.select-clone. Those projects still exist, but only so that anyone
using them doesn't end up with broken code. This project is for all clone()-
related bugs going forwards.

Usage is the same as before:

<script src='.../jquery.fix.clone.js'></script>
<!-- At this point your .clone() method will work -->

And MIT license as usual.

About

A compilation of fixes for the clone() method in jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published