jQuery "attr checked" is not working properly

Опубликовано: 19 Февраль 2023
на канале: Aura Theme
95
7

Common jQuery bug about check & uncheck checkbox or radio button.

.attr('checked', false) is not working properly because it sets the checked attribute to false, but does not change the underlying checked property of the checkbox.

.prop('checked', false) sets the checked property directly to false, which updates the underlying value of the checkbox.

Therefore, it is recommended to use .prop() instead of .attr() when working with form elements like checkbox and radio button.

My portfolio:
https://codecanyon.net/user/aura-them...


Смотрите видео jQuery "attr checked" is not working properly онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Aura Theme 19 Февраль 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 9 раз и оно понравилось людям.