[jQuery] Multiple data, JSON and AJAX
I have a couple of divs with the same class. I want to get some of
their(all divs with the same class) css data in an array and send with
JSON and AJAX.
At the moment I only manage to send data from one of them, the current
($this) or the one who is "first" in the source code.
Anyone knows how to do this?
Thanks!