Categories
How to replace element.attributes in AJAX with .attr()?
size.element.attributes[2].value size: How to get data from data-* using .attr() instead of the way above?
size.element.attributes[2].value
Answer the question
In order to leave comments, you need to log in
element.attr(data-name); or element.data(name);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question