hm

hm / Массив в JS

Last active 2 weeks ago

Like 0

hm revised this gist 2 weeks ago · 634844d

1 file changed, 4 insertions

gistfile1.txt (file created)
@@ -0,0 +1,4 @@
1 + var e = [ ];
2 + $("#photo_list div").each(function(){
3 + e.push($(this).attr("data-id"));
4 + });