bytes-stream/jquery.fix.clone
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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="proxy.php?url=https%3A%2F%2Fgithub.com%2Fbytes-stream%2F...%2Fjquery.fix.clone.js"></script> <!-- At this point your .clone() method will work --> And MIT license as usual.