Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Calling on multiple objects copies text from one to the rest #7

Open
JessicaMulein opened this issue Oct 14, 2016 · 1 comment
Open

Comments

@JessicaMulein
Copy link

$('#item1, #item2').rainbow() copies text from item 1 to item 2.

Have to do .each(function(i,x) { $(x).rainbow(...

@jabber484
Copy link

$('div.rainbow').each(function(){
$(this).rainbow(...);
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants