PluginProbe
Team Showcase / 1.20
Team Showcase v1.20
trunk 1.0 1.1 1.11 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.22.0 1.22.1 1.22.10 1.22.12 1.22.13 1.22.14 All 49 releases
team / js / color-picker.js

color-picker.js in Team Showcase 1.20, at js/color-picker.js

10 lines 274 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function($)
2 {
3
4
5 $('.team_color,#team_pagination_bg_color,#team_pagination_active_bg_color,#team_items_position_color, #team_items_content_color, #team_items_title_color, #team_items_skill_bg_color').wpColorPicker();
6
7
8
9
10 });