Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,602
Widok
0
18/08/2017 1:20 pm
Topic starter
how to?
1 Answer
0
18/08/2017 1:21 pm
Topic starter
example
1 2 3 4 |
$(this).parents().eq(10).find('.select2').each(function () { $(this).val("my_default_value_text").trigger("change"); }); |
$(this).parents().eq(10).find('.select2').each(function () { $(this).val("my_default_value_text").trigger("change"); });