Hi friends i am using disabled class as well as disabled attribute as follows however i dont know the basic difference between both and when we have to use class and when to use attribute please clear my doubt
I am using button in my code and i want to disable it so what will be the best way either use class disabled or attribute disabled
disabled="disabled"
Подробнее здесь: https://stackoverflow.com/questions/327 ... -attribute