Skip to content

Instantly share code, notes, and snippets.

@Jikizuari
Created September 15, 2016 11:41
Show Gist options
  • Save Jikizuari/bd924271eace2466e29a13cf0c25d278 to your computer and use it in GitHub Desktop.
Save Jikizuari/bd924271eace2466e29a13cf0c25d278 to your computer and use it in GitHub Desktop.
Add Chosen to WordPress parent page selector for easier selecting
<script>
jQuery(document).ready(function ($) {
if ('function' === typeof $.fn.chosen) {
$("#parent_id").chosen({
search_contains: true
});
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment