I have a problem removing a row with JavaScript, since it does not have a class nor an ID, I can not reference it with CSS.
The row I’d like to eliminate begins with the text: Post
Hope someone can help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This does it:
Note:
trim()and what not does not work in IE8. You can leave it out, but then you have to make sure that there is no leading white-space before the word “Post”.Live demo: http://jsfiddle.net/simevidas/xn6U8/
Update:
Live demo: http://jsfiddle.net/simevidas/A73PK/2/