Browse
For agents
About
Bricksable for Bricks Builder
/
1.3.0
Bricksable for Bricks Builder
v1.3.0
Switch version
1.2.9
1.3.0
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.4.3
1.4.31
1.4.32
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
All 132 releases
Overview
Code
bricksable
/
assets
/
js
/
admin.min.js
admin.min.js
in Bricksable for Bricks Builder 1.3.0, at assets/js/admin.min.js
14 lines
253 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/**
2
* Plugin Template admin js.
3
*
4
*
@
package
WordPress Plugin Template/JS
5
*/
6
7
jQuery
(
document
)
.
ready
(
8
function
(
e
)
{
9
jQuery
(
"
#all_elements
"
)
.
click
(
function
(
)
{
10
jQuery
(
'
input:checkbox
'
)
.
not
(
this
)
.
prop
(
'
checked
'
,
this
.
checked
)
;
11
}
)
;
12
}
13
)
;
14