search

Home  >  Q&A  >  body text

Get a random color

$(document).ready(function(){
			changecolor('a')
			$('a').mouseover(function(){
				$bg=$(this).css('backgroundColor')  
				$(this).css('box-shadow','0px 0px 20px '+$bg)
				$(this).css('border-radius','20px')
			})
		$(this).css('box-shadow','0px 0px 20px '+$bg)	这里为什么要空一格呢?


JiaJia2187 days ago980

reply all(1)I'll reply

  • 只陪她闹i

    只陪她闹i2018-12-01 09:44:03

    Empty space? I don’t understand your question

    reply
    0
  • Cancelreply