Saving jQuery chain minus a selector
I've checked Google and searched the jQuery forum and didn't see anything. Is there a way to do the following as I'd like to use the same chain multiple times with with different selectors:
- var chain = .attr('value', 'Search Digital Collections').css('color', '#E0E0E0');
Thanks,
Dean