Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Removing last comma on list item using jQuery Re: Removing last comma on list item using jQuery

#83167
cazepeda
Member

Howdy guys! It definitely is working on IE the pseudo-class :last-child. Well in terms of jQuery manipulating the DOM in order to make it work in IE. IE may not understand what that element that jQuery created but it goes ahead and renders it as the DOM commands it. At least that’s how I understand it. Either way thanks for chiming in.