jquery.fix.clone
jquery.fix.clone copied to clipboard
A compilation of fixes for the clone() method in jQuery.
Results
2
jquery.fix.clone issues
Sort by
recently updated
recently updated
newest added
We have been having an issue that jQuery is not cloning the selected value of a select element when using EDGE. It's working fine in all standard-based browsers, just not...
Hi, the cloning does not work for multiple selects, for those you have to clone the value. You can however set the selectedIndex afterwards: for (var i = 0, l...