valeriogalano/checkboxtree

Replace .attr('checked' with .prorp('checked'

Closed this issue · 1 comments

With jQuery 1.6 a new method .prop has been added to handle properties like 
"checked".

This will remove compatibility with each jQuery version < 1.6

Original issue reported on code.google.com by valerio....@gmail.com on 28 Jun 2011 at 8:56

Original comment by valerio....@gmail.com on 28 Jun 2011 at 9:02

  • Changed state: Fixed