Add this code to your css Input Button look like Enter Pincode <input type=”number” name=”pincode” value=”” /> Enter Pincode <style> input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; …
Read MoreCodeIgniter
on check select all checkboxs in jquery
HTML Code is <div> Select All <input type=”checkbox” name=”select_all” id=”select_all”> </div> <div> <table id=”Optiontable”> <tr> <td> <input type=”checkbox” name=”checkRow” id=”checkRow” value””> Select-1 </td> </tr> <tr> …
Read More