I'm trying to change a checkbox value from chrome JavaScript console. I'm aware that changes are printed to object and not on screen. I'd like to execute a jQuery statement, i.e.:
('input[name=foo]').attr('checked', true);
Is there any way to enter a jQuery statement, and and see changes instantly in the page?