As a matter of organization and performance, I often use multiple selectors together to perform a jquery method. For example:
$("#bola, #casa, #arvore").css("background-color", "blue");
This example works because the selector is a string....
asked by
26.06.2014 / 19:10