django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

add button tagName check fix

Open robertorobles opened this issue 9 years ago • 0 comments

As of jQuery 1.6, the .prop() method provides a way to explicitly retrieve property values, while .attr() retrieves attributes. For example, selectedIndex, tagName, nodeName, nodeType, ownerDocument, defaultChecked, and defaultSelected should be retrieved and set with the .prop() method. More info: http://api.jquery.com/attr/

robertorobles avatar Nov 30 '15 12:11 robertorobles