D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
www
/
wp-content
/
plugins
/
post-views-counter
/
js
/
Filename :
admin-widgets.js
back
Copy
( function( $ ) { // ready event $( function() { $( document ).on( 'change', '.pvc-show-post-thumbnail', function() { $( this ).closest( '.widget-content' ).find( '.pvc-post-thumbnail-size' ).fadeToggle( 300 ); } ); } ); } )( jQuery );