Hello,
"I have html that has 2 divs with the same id's in jquery i have it select the containers using $('#idname') in IE8/firefox/chrome it changes the html on both divs with that same id, but in ie 7 and below it only changes 1, how can i make this compatible with ie7 to select all divs with id? I would use classes but i already have a class that each of these div's share the same class name. Is there a div tag i can use for this other than id ?"
Ok i understand div's id should be unique, is there any other tag i can use other than title because it leave the tooltip mouseover on the div, that will allow me to select the value in jquery?
Thanks