This has been bugging me for ages. IE < 9 does not support the CSS3 last-child pseudo class. I’ve created a _very_ simple jQuery plugin to add a CSS class “last-child” to the element that is the last child of a DOM element.
It performs this recursively, so it’ll apply the class to the last child of an element as well as to the last child of all it’s children…and so on and so forth.
It’ll perform this on each of the set of matched elements in a jQuery object. So you can have it traverse the whole, of your page by providing a jQuery object with the <body> element in it, or you can pick and choose DOM elements to apply the plugin to for efficiency. For instance, you might only need the "last-child" class to be applied to the last child of an unordered or ordered list:
$('body').lastChild(); // Applies to all elements attached to the document.body
$('ul, ol').lastChild(); // Applies to all elements in an unordered or ordered list
By default, the plugin applies the CSS class to a restricted set of DOM element types. You can specify the types of DOM elements to apply the class to by passing an options object to the function. In this way you can also specify the name of the CSS class that will be applied:
$('ul, ol').lastChild({
tags:['li'], // Only elements with the tag name 'li' will have the class applied to them
cssClass:'ie-last-child' // The CSS class name will be 'ie-last-child'
});
For super shorthand, you can simply pass a string to the lastChild function – which it presumes to be the CSS class you want to use:
$('ul, ol').lastChild('ie-last-child');
You can download the plugin here.
Note, while I created this plugin to get around my IE problem, it is not built specifically for IE. If you only want IE to receive these classes, you’ll probably want to do something like:
if($.browser.msie) {
$('body').lastChild();
}
…but obviously preferably using Modernizr:
if($('.ie6, .ie7, .ie8').length) {
$('body').lastChild();
}
Enjoy!
I believe one of your commercials triggered my web browser to resize, you may well want to put that on your blacklist.
I have been exploring for a little for any high quality articles or blog posts on this sort of area . Exploring in Yahoo I at last stumbled upon this web site. Reading this information So i?m happy to convey that I have an incredibly good uncanny feeling I discovered just what I needed. I most certainly will make sure to do not forget this web site and give it a glance on a constant basis.
One more issue is that video gaming has become one of the all-time largest forms of recreation for people of various age groups. Kids play video games, and also adults do, too. Your XBox 360 is among the favorite video games systems for folks who love to have a lot of games available to them, along with who like to play live with other people all over the world. Many thanks for sharing your notions.
Wow, fantastic weblog layout! How lengthy have you been running a blog for? you made blogging glance easy. The entire glance of your site is great, let alone the content material!
Looking for the Best Drive School of Motoring? Get expert driving lessons at best driving school for affordable and quality driving instruction.
Thanks a lot for your post. I’d really like to comment that the expense of car insurance differs a lot from one coverage to another, mainly because there are so many different issues which play a role in the overall cost. For example, the brand name of the auto will have a massive bearing on the fee. A reliable old family vehicle will have a less expensive premium when compared to a flashy expensive car.
One more thing to say is that an online business administration course is designed for students to be able to efficiently proceed to bachelor’s degree courses. The 90 credit certification meets the other bachelor education requirements and once you earn your own associate of arts in BA online, you may have access to the newest technologies on this field. Several reasons why students want to be able to get their associate degree in business is because they can be interested in the field and want to receive the general education necessary before jumping in a bachelor education program. Thanks for the tips you provide with your blog.
https://www.zamsh.com/author/lari9266/
https://www.zamsh.com/author/lari9266/
Thanks for your post. What I want to comment on is that when evaluating a good internet electronics go shopping, look for a internet site with entire information on important factors such as the privacy statement, protection details, any payment methods, and also other terms and policies. Usually take time to look at help along with FAQ areas to get a much better idea of how a shop functions, what they are capable of doing for you, and the way you can make best use of the features.
UpvoteRocket delivers anonymous automated votes to 25+ game server toplists XtremeTop100, GTop100, TopG, MMtop200, RagnaTOP, MuTop100 and more. Undetectable, no bans, no risk. Pay only per successful vote delivered. Launch a campaign in seconds and rank higher today.
Wow that was strange. I just wrote an extremely long comment but after I clicked submit my comment didn’t show up. Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say superb blog!
Nice blog here! Also your web site loads up very fast! What host are you using? Can I get your affiliate link to your host? I wish my site loaded up as fast as yours lol