I am just getting into jQuery so please forgive this maby stupid question, but I encountert the following:
$('#pb_inner').css('width',data + '%');
this code works fine. However I wonder why I can't do the following?
$('#pb_inner').style.width=data + '%';