Changing name attr of cloned input element in jQuery doesn't work in IE6/7
- by BalusC
This SSCCE says it all:
<!doctype html>
<html lang="en">
<head>
<title>Test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
…