the delete link don't work when I upgrading from jquery 1.5 to jquery 1.5.1:
| |||
|
feedback
|
|
This was a bug with the clone() method that was introduced in jQuery 1.5, and fixed in 1.5.1. The default behaviour with To fix your code, change:
to
Working fiddle: http://jsfiddle.net/EfsGN/7/ | ||||
feedback
|