# widget-context/1.0.6/debug/debug.js

Widget Context, version 1.0.6. 9 lines.

- Page: https://pluginprobe.com/plugins/widget-context/1.0.6/code/debug/debug.js
- Raw: https://pluginprobe.com/plugins/widget-context/1.0.6/raw/debug/debug.js
- Modified: 2018-01-20T15:33:44+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/widget-context/1.0.6/code/debug/debug.js#L10-L20`.

```javascript
jQuery(document).ready(function($) {

	$('#debug-menu-target-Debug_Widget_Context .toggle').on('click', function(e){
		e.preventDefault();
		$( $(this).attr('href') ).toggle();
	});

});

```
