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.