django-nested-inline
django-nested-inline copied to clipboard
add button tagName check fix
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/