JQUERY/소스코드

javascript jQuery changing style css 변경

nineDeveloper 2014. 9. 23. 18:21
728x90
반응형

출처 : http://stackoverflow.com/questions/16086201/jquery-changing-style-of-html-element

 

$('#navigation ul li').css('display': 'inline-block');

 

$('#navigation ul li').css('display', 'inline-block');

 

728x90
반응형