Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 28th, 2014
56
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
rows
=
8
,
cols
=
3
;
for
(
var
i
=
1
;
i
<=
rows
;
i
++
)
{
for
(
var
x
=
1
;
x
<=
cols
;
x
++
)
{
var
ob
=
'row'
+
i
+
'col'
+
x
;
if
(
$
(
'#'
+
ob
)
.
data
(
'instalacion'
)
)
{
}
}
}
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
17 min ago | 17.74 KB
Really Simple SSL Load Balancing Fix
1 hour ago | 0.80 KB
Untitled
2 hours ago | 7.11 KB
Untitled
3 hours ago | 6.79 KB
Untitled
4 hours ago | 16.49 KB
Untitled
6 hours ago | 10.79 KB
Warrior - DW Fury
6 hours ago | 13.59 KB
Untitled
7 hours ago | 6.14 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!