I do attribute analysis as a string, so I need to know how spaces are used in the attributes of an HTML / XHTML element:
<div id='myid' width='150px' />
Is it correct?
<div id = 'myid' width = '150px' />
If someone knows other ways to iterate through attributes and their values ββusing JavaScript, I would be interested to know.
javascript html
Robin Rodricks May 6 '09 at 6:18 a.m. 2009-05-06 06:18
source share