I use jQuery to disable the option in the dropdown list. I need to know the difference between using
prop('disabled','disabled')
and
prop('disabled',true)
Both work quite a lot on all browsers (not sure if I missed any tho), but on another post I said that it uses disable, true. Can anyone please elabarate? Thanks
source
share