hi,
Yes I'm aware of that, but that doesn't solve the problem.
The name of the attribute will change, but not the value of the attribute.
Example:
- $('div').attr('data-Attribute that will change', 'value that will not change');
- <div data-Attribute that will change="value that doesn't change"></div>
If you wonder why I wanna do that?: I'm using parallax, so the result doesn't change, the question is when it changes (height 740 in this case)