S
S
Sanes2015-10-27 23:10:06
JavaScript
Sanes, 2015-10-27 23:10:06

How to correctly add an attribute to a tag (Jquery)?

Can you please tell me how to add such an attribute for a tag with parameters using Jquery?
<a href="" data-lightbox="{group:'my-group'}">

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MetaDone, 2015-10-27
@Sanes

$("a").attr("data-lightbox","{group:'my-group'}");
api.jquery.com/attr

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question