Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Begonia on May 25, 2019



Title: Select the jQuery code that will set the background color of all li elements to green.
Post by: Begonia on May 25, 2019
Select the jQuery code that will set the background color of all li elements to green.

$('li').style('background-color', 'green');

$('li').css('background-color', 'green');

$('li').html('background-color', 'green');

$('li').attr('background-color', 'green');


Title: Select the jQuery code that will set the background color of all li elements to green.
Post by: DryPhantom on May 25, 2019
Content hidden


Title: Select the jQuery code that will set the background color of all li elements to green.
Post by: Begonia on May 25, 2019
Good timing, thanks!