Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
118
rated 0 times [  124] [ 6]  / answers: 1 / hits: 28864  / 15 Years ago, wed, september 2, 2009, 12:00:00

With firebug I found that clicking on the link calls javascript function



<a href=# onclick=viewHide(this);return false;>


But I couldn't find it's implementation in page source.

Is it possible to get it?



The site is in hebrew, but I don't think it's problem :link text to trigger for this function click on any comments title that follow the article.



removed dead ImageShack link


More From » html

 Answers
6

Just write in console:



viewHide.toString()


You will get a source code of function as a text.


[#98774] Saturday, August 29, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
havenbilliec

Total Points: 324
Total Questions: 106
Total Answers: 94

Location: Pitcairn Islands
Member since Fri, Oct 15, 2021
3 Years ago
;