how to select first characterin html DOM. I tried $('#pcode')[0]; to get first character but its not giving first value when I am trying to print it its printing [object HTMLInputElement]
how to select HTML DOM first character using jquery
-
3Please post your HTML and JavaScript.j08691– j086912013-11-08 20:04:44 +00:00Commented Nov 8, 2013 at 20:04
Add a comment
|