I want to use .data()
in my application. The examples are helpful, but I do not understand however where the values are stored.
I inspect the webpage with Firebug and as soon as .data() saves an object to a dom element, I do not see any change in Firebug (either HTML or Dom tabs).
I tried to look at jQuery source, but it is very advanced for my Javascript knowledge and I lost myself.
So the question is:
Where do the values stored by jQuery.data() actually go? Can I inspect/locate/list/debug them using a tool?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…