Today I want to use Jquery to dynamically change the src of a bitmap and found that css is not easy to use. Looking at the Jquery document, it seems that css is used to set style attributes, such as color, font, background, etc., while attr seems to be able to operate all attributes, including Jquery Unencapsulated properties.