Search
-
Recent Posts
- To Do: Efficient, Future-Friendly Front End Strategy
- An Event Apart SF 2011 – Resources and Sound Bites – Part 2
- An Event Apart SF 2011 – Resources and Sound Bites – Part 1
- Dynamic Height Cross Domain Iframe postMessage Javascript
- Exclude custom post types from wordpress search – do not use exclude_from_search
- CSS Resources from Wordcamp SF 2011
- Color Numbers in Ordered List with CSS Counter() and :Before Pseudo-Element
- How To Show The Full Content of Multi-Page/Paginated Posts in the Feed WordPress (content after nextpage tag)
Topics
Tag Archives: class and className
javascript class and className with ie8 and ie7
I often need to access CSS classes to get or set attributes using javascript, and have run into problems with internet explorer support. Here is a way to change the class of an element by ID: [code lang="javascript"] var someId … Continue reading
Posted in Javascript, ie8
Tagged class and className, class and className ie8, className ie7, ie7, ie8
Leave a comment