I would like to know if it is possible, and if yes. Please, someone tell me how or just point me to a tutorial. Thanks a lot.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Is it possible to hide certain HTML elements or parts of a page using Javascript and RegEx? [closed]
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
| show 1 more comment |
closed as not a real question by stema, Jav_Rock, pad, Andreas Köberle, Bill Sep 26 '12 at 6:40
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Here is my shot: The table you want seems to be in a div which is within a div with class=post-body. Something like this:
I used jQuery to select all rows but the second one and hide them like this
jsfiddle here: http://jsfiddle.net/qx2GY/ |
|||
|
|
|
yeah only with dom functions
like Ref
|
|||||||||||
|
document.body) and then process it as an HTML tree, which is better than processing it as a string. – murgatroid99 Sep 26 '12 at 6:14