html - What does this mean: data-component-bound="true"? -


what data-component-bound="true" mean?

i've found within collapsed element adjusting value doesn't anything. i've tried looking attribute "data-component-bound" on stack overflow , on google points limited set of various jquery articles on head , take granted.

[edit post answers]

ahh, see should have been searching "data-" solve this. in doing, found useful article next person: http://www.sitepoint.com/use-html5-data-attributes/

data- attributes extensible: author of code can make data attribute like. in case, quick look, seems used internal workings of websites know when 'component' (i.e. dom element) 'bound' - event, interaction, etc.

in general, data- attributes used that: data. store data, used substitute non-standard attributes otherwise flag in validator.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -