[cheatsheet] jQuery
Iterating something
1 ## Sample
2
3 $.each('.mark-solo', function(index) {
4 selectedNotification.push($(this).data('activityId'));
5 });
Hi! I am Victor Soto from Philippines! I craft websites with love.
1 ## Sample
2
3 $.each('.mark-solo', function(index) {
4 selectedNotification.push($(this).data('activityId'));
5 });