I use materialize css for my project, i have problem when i want to append option in matrialize select with ajax. I\'ve following this answer How to dynamically modify <
For anyone coming here after 2019, please note that, the API has changed and material_Select() no longer works. Use,
$('#my_Element').append() $('#my_Element').formSelect()