Microsoft
Software
Hardware
Network
Question : JS - How do I parse a colon delimited string into an Array?
JS - How do I parse a colon delimited string into an Array?
var bdlist = '36:24:12:4'; -- this actually comes from database
???????????
for ( var j=0;j< bdlist.length; j++ ){
alert(bdlist[j]);
}
Answer : JS - How do I parse a colon delimited string into an Array?
use : bdlist = bdlist.split(":")
Random Solutions
Windows 7 Enterprise vs Ultimate?
extended ACL question
How do I avoid double quotation marks by using comma in Acrobat Acrobat v.9.x
posture issue -- standing up straight
can't change password through OWA 2010
"Include inheritable permissions from this object's parent" is gey out in Windows 2008
Auto start and mount RAID array Linux
run time error: you entered an expression that has no value
checking login & pass with curl
Should Sys Admins (Domain Admins) also have user accounts?