event .split() no response

Posted by klox on Stack Overflow See other posts from Stack Overflow or by klox
Published on 2010-06-01T06:19:48Z Indexed on 2010/06/01 6:23 UTC
Read the original article Hit count: 207

Filed under:

i've been modified the code like below function addtext() { var barCode = this.(text); $("#model").change(function() { barCode = $this.val(); var data = barCode.split(""); $("#model").val(data[0]); $("#serial").val(data[1]); }); }; but..still not separate..please help.

© Stack Overflow or respective owner

Related posts about JavaScript