placeholder text for chosen plugin for single select not working
I have the chosen plugin for single select implemented in my code. I am trying to add the Placeholder text for the search boxes but I am not able to. I have tried the following things: <select id="search_pi" name="search_pi" type="text" class="chosen-select" style="width:450px;" onchange="this.form.submit()" > <option value="">Search Project/Initiative...</option> <?php include "../includes/search_dropdown.php"; foreach($proj_ini_Array as $qa){ echo "<option value = \"$qa\">$qa</option>"; } ?> JS <script> $(document).ready(function() { $('.chosen-select').chosen({ placeholder_text_single: