# edit-flow/0.7.5/modules/user-groups/lib/user-groups.js

Edit Flow, version 0.7.5. 9 lines.

- Page: https://pluginprobe.com/plugins/edit-flow/0.7.5/code/modules/user-groups/lib/user-groups.js
- Raw: https://pluginprobe.com/plugins/edit-flow/0.7.5/raw/modules/user-groups/lib/user-groups.js
- Modified: 2012-01-09T21:19:52+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/edit-flow/0.7.5/code/modules/user-groups/lib/user-groups.js#L10-L20`.

```javascript
jQuery(document).ready(function () {
	jQuery('ul#ef-post_following_users li').quicksearch({
		position: 'before',
		attached: 'ul#ef-post_following_users',
		loaderText: '',
		delay: 100
	})
	jQuery('#ef-usergroup-users ul').listFilterizer();
});
```
