Guest User

Untitled

a guest
Jul 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(function() {
  2.  
  3. if ($('.colorpicker').css('background-color') == 'transparent')
  4. {
  5. $(this).find('.colorpicker-wrapper').css('display','none');
  6. }
  7.  
  8. });
  9.  
  10. var d = document.createElement("div");
  11. return d.style.backgroundColor
Add Comment
Please, Sign In to add comment