[cheatsheet] jQuery

Iterating something

1 ## Sample
2 
3 $.each('.mark-solo', function(index) {
4     selectedNotification.push($(this).data('activityId'));
5 });