Plugin Directory

Changeset 1923475


Ignore:
Timestamp:
08/11/2018 09:57:15 PM (8 years ago)
Author:
yasintechnology
Message:

add jQuery nice-select

Location:
advance-search-ajax/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • advance-search-ajax/trunk/Advance-Search-Ajax.php

    r1923204 r1923475  
    6767        ));
    6868       
     69        wp_enqueue_script('my-ajax3', plugins_url('/js/jquery.nice-select.js', __FILE__), array('jquery'), true);
    6970    }
    7071
     
    7677
    7778        wp_enqueue_style('style4420', plugins_url('/style/style.css', __FILE__));
     79        wp_enqueue_style('style4421', plugins_url('/style/nice-select.css', __FILE__));
    7880
    7981    }
  • advance-search-ajax/trunk/readme.txt

    r1923252 r1923475  
    4848* Fixed bug
    4949
     50= 1.2 =
     51* add jQuery nice Select
     52
     53
    5054== Upgrade Notice ==
    5155
  • advance-search-ajax/trunk/select.php

    r1923204 r1923475  
    1010 * jQuery nice Select
    1111 */
     12
     13   echo "<script>
     14    jQuery(document).ready(function() {
     15      jQuery('select').niceSelect();
     16    });
     17</script>";
    1218
    1319if (get_option('title') && get_option('title') != '')
Note: See TracChangeset for help on using the changeset viewer.