OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Using DOM to dynamically add a class to an 'a' tag
This page's ID:
31485
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[code] $(document).ready(function() { $(".classOfYourContainer a").addClass("current"); }); [/code] That is a bit of jQuery to add a class to an element on page load. However if you're using the default jQuery tab implementation it should automatically make the first element in the tab container the current tab upon page load.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »