Good day, google - did not find information:
1) Is it possible to select, let's say, all <img> with one (!) Request in jQuery, except for those with a class, for example, .noplay
2) Is it possible to $('.myplay_divs').each(function() { //mycode }); perform with a delay of say 500 for each item? and in general, is it really possible to delay (pause) a certain action (animation) jQuery without stopping others?
Thanks for attention!