The question is Here

It was closed as "not a real question", yet what the OP wants is fairly explanatory? If you see, I'm the top voted answer in the question and I found it particularly easy to ascertain what he meant?

share|improve this question
1  
Does it really need to stay open? Looks like the OP already got a satisfactory answer, but as a permanent post, it's too localized. – Robert Harvey May 18 '12 at 14:59
Well I wouldn't say it was too localized, reworded question title maybe, as it encompasses the general problem in jQuery of selecting elements based on CSS properties – mattytommo May 18 '12 at 15:00
3  
So what would you say is the best close reason? It's clearly of not much use to future readers, given that the answer is easily found in the jQuery documentation. See blog.stackoverflow.com/2011/02/are-some-questions-too-simple – Robert Harvey May 18 '12 at 15:02
1  
As a special bonus, the question attracted some crappy answers, which is further evidence that the question is not a great one. – Robert Harvey May 18 '12 at 15:04
Well I'd say it shouldn't be closed, arguably over half of the questions on SO can be answered via documentation, especially the jQuery ones. It's questions like these that I google and mostly end up on SO with, those quick questions that you can't think of at the top of your head, you google, SO is up there in the results and thus improving the traffic. I do agree that the title needs work though. – mattytommo May 18 '12 at 15:06
4  
That is a #canihasdacodez question if I ever saw one -- closing was the right decision IMHO. – Ernest Friedman-Hill May 18 '12 at 15:08
The more general form of the question has already been asked here: stackoverflow.com/questions/1220834. What I don't quite understand is that the accepted answer on that question says it's not possible, and the documentation says that the .css() function has been around since version 1.0. – Robert Harvey May 18 '12 at 15:16
@RobertHarvey yeah that answer is incorrect, it's probably worth getting rid of that one and then rewording the title on this one, arguably it would be more help to visitors. – mattytommo May 18 '12 at 15:20
The author of the answer on that other question says his answer is correct. I'm inclined to leave things the way they are; if someone wants to ask a new, better worded, and more widely applicable question, feel free. – Robert Harvey May 18 '12 at 15:40
@mattytommo — It isn't incorrect. It says it is impossible using a CSS selector. It then describes an alternative approach that doesn't use a CSS selector. The more highly rated answers in the question this meta question is about are examples of that approach. – Quentin May 18 '12 at 15:46
@Quentin: Yeah, your right. The top-rated answer on the new question is using a loop, not a selector. I've reopened the question. – Robert Harvey May 18 '12 at 15:50

closed as too localized by Robert Harvey May 18 '12 at 15:42

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

You must log in to answer this question.

Browse other questions tagged