jquery add checked attribute

Solutions on MaxInterview for jquery add checked attribute by the best coders in the world

showing results for - "jquery add checked attribute"
Noely
17 Jun 2020
1$( this ).attr( 'checked', true )
2
Sofia
17 Feb 2019
1$('.pro_checkbox').attr('checked', 'checked');