# bricksable/1.3.0/assets/js/admin.min.js

Bricksable for Bricks Builder, version 1.3.0. 14 lines.

- Page: https://pluginprobe.com/plugins/bricksable/1.3.0/code/assets/js/admin.min.js
- Raw: https://pluginprobe.com/plugins/bricksable/1.3.0/raw/assets/js/admin.min.js
- Modified: 2021-09-12T09:49:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/bricksable/1.3.0/code/assets/js/admin.min.js#L10-L20`.

```javascript
/**
 * Plugin Template admin js.
 *
 *  @package WordPress Plugin Template/JS
 */

 jQuery( document ).ready(
	function ( e ) {
		jQuery("#all_elements").click(function(){
			jQuery('input:checkbox').not(this).prop('checked', this.checked);
		});
	}
);

```
