skip to Main Content

Split selected value with _ – Jquery

I am using material css for my web page design. I am having one single select country list dropdown and the values <select id="select_id" name="select_id" required> <option value="8">select1_1</option> <option value="15">select2_2</option> </select> $(document).ready(function() { $('select').formSelect(); }); My select option are populating…

VIEW QUESTION
Back To Top
Search