Valid DOM attributes
|
09-30-2009, 10:07 PM
Post: #2
|
|||
|
|||
RE: Valid DOM attributes
There shouldn't be. The one that you do have to watch out for specifically is class which is actually className in IE's DOM (and we use it pretty extensively). id is certainly the fastest because it doesn't have to walk the full DOM looking for it but it should be able to look for any attribute.
Do you have an example you're having problems with? If so I can take a look at it. Thanks, -Pat |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Valid DOM attributes - mctubster - 09-30-2009, 06:39 PM
RE: Valid DOM attributes - pmeenan - 09-30-2009 10:07 PM
RE: Valid DOM attributes - mctubster - 10-01-2009, 04:43 PM
|
User(s) browsing this thread: 1 Guest(s)