Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div>#558C89</div>
  2.  
  3. $(document).ready(function() {
  4. $(document).on('click', 'div', function() {
  5. $(this).css('background-color', $(this).
  6. });
  7. });
  8.  
  9. $(document).ready(function () {
  10. $('div').each(function () {
  11. $(this).css('background-color', $(this).text());
  12. })
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement