mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 23:54:12 +01:00
This attributes value must be get using `.attr()` only, and never .data() This is what we adopted in the rest of the application. The `.data()` method must only be used when dealing with large data structure. When having only strings like here, it is OK to store them in the DOM
182 KiB
182 KiB