Distributive Property



Description

The attr( properties) method set a key/value object as properties to all matched elements.

Syntax

Here is the simple syntax to use this method −

selector.attr({property1:value1, property2:value2})

Parameters

Here is the description of all the parameters used by this method −

  • property − This is the CSS property of the matched element.

  • value − This is the value of the property to be set.

Example

Following example would change the properties of an image tag −

Advertisements