Im working on the frontend of an old proprietary system that trows those <br
/> before closing the <li> so i dont have a way to change that ...
----- Original Message -----
From: "benjamin.josefus" <[email protected]>
To: "jQuery (English)" <[email protected]>
Sent: Wednesday, March 25, 2009 2:38 PM
Subject: [jQuery] Re: HowTo Select first two characters of an li and hide
them
<li class="features">22 Spacious Garden <br></li>
Why don't you put the Metadata into one of the appropriate attributes
like "id"?
If you do so, any of your <li> Element is "addressed" by that and
could easily be handled.
And please don't use the <br> if there's no proper use for it