Changeset 1923475
- Timestamp:
- 08/11/2018 09:57:15 PM (8 years ago)
- Location:
- advance-search-ajax/trunk
- Files:
-
- 2 added
- 3 edited
-
Advance-Search-Ajax.php (modified) (2 diffs)
-
js/jquery.nice-select.js (added)
-
readme.txt (modified) (1 diff)
-
select.php (modified) (1 diff)
-
style/nice-select.css (added)
Legend:
- Unmodified
- Added
- Removed
-
advance-search-ajax/trunk/Advance-Search-Ajax.php
r1923204 r1923475 67 67 )); 68 68 69 wp_enqueue_script('my-ajax3', plugins_url('/js/jquery.nice-select.js', __FILE__), array('jquery'), true); 69 70 } 70 71 … … 76 77 77 78 wp_enqueue_style('style4420', plugins_url('/style/style.css', __FILE__)); 79 wp_enqueue_style('style4421', plugins_url('/style/nice-select.css', __FILE__)); 78 80 79 81 } -
advance-search-ajax/trunk/readme.txt
r1923252 r1923475 48 48 * Fixed bug 49 49 50 = 1.2 = 51 * add jQuery nice Select 52 53 50 54 == Upgrade Notice == 51 55 -
advance-search-ajax/trunk/select.php
r1923204 r1923475 10 10 * jQuery nice Select 11 11 */ 12 13 echo "<script> 14 jQuery(document).ready(function() { 15 jQuery('select').niceSelect(); 16 }); 17 </script>"; 12 18 13 19 if (get_option('title') && get_option('title') != '')
Note: See TracChangeset
for help on using the changeset viewer.