Estilos con Jquery

var css_correcto = {
  'font-family' : 'Arial',
  'font-size':'11px',
  'background-color':'#FFFFFF',
  'border':'#7F9DB9',
  'border-style':'solid',
  'border-top-width':'1px',
  'border-right-width':'1px',
  'border-bottom-width':'1px',
  'border-left-width':'1px'       
 };

 var css_incorrecto = {
  'font-family' : 'Arial',
  'font-size':'11px',
  'background-color':'#FFFFFF',
  'border':'1px dotted #990033',
  'border-style':'solid',
  'border-top-width':'1px',
  'border-right-width':'1px',
  'border-bottom-width':'1px',
  'border-left-width':'1px'       
 };

$("#fechaInicio").css(css_correcto);

Comentarios

Entradas populares de este blog

Subir proyecto al repositorio existente en Bitbucket

Sonarqube : The component parameter is missing