how can i catch and customize each checkbox?
-
how can i catch and customize each checkbox?
i have a list of checkboxes in a single field.
what i’m trying to do is to add an attribute and value using jQuery to each checkbox.
like this:
$(“input[‘type=checkbox’]:nth-child(3)”).attr(“data-price”, 500).addClass(“cf7-checkbox”);thanks so much!!!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how can i catch and customize each checkbox?’ is closed to new replies.