skip to main
|
skip to sidebar
Simple JS Guru (so its JavaScript)
Tuesday, March 23, 2010
Substring ( part of a string ) JavaScript
var str = 'im feeling ?? ';
from = 3;
t0 = 10;
str.substring(from, to);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2010
(6)
▼
March
(6)
Get URL Parameters Using Javascript Sample Code
Changing td (or table) background image to another...
Substring ( part of a string ) JavaScript
Finding length of a string in JavaScript
Sample Code Mouse Coordinates - JavaScript
How to Disable the Submit Button
No comments:
Post a Comment