Skip to content
Advertisement

Tag: charat

CharAt not working within table and input within .each loop

The Goal: To get the first character in the input field and place it next to the input box. I’m trying to this for sorting purposes. jQuery datatables won’t work and I’m looking for an alternate solution. Possible Solution: Get the first char charAt(0) and place it next to the input field to make that column ‘sortable’. Desired Result: D

Advertisement