How to dynamically saved the height of each object after selection?

e.g.

jQuery(".style") return objects with the same style, I want to save
the objects ' height as an jQuery variables, how to do that?

ideally, it should be something like that...

my_obj['id_1'] = 100;
my_obj['id_2'] = 100;
...



thanks.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to