()
| 360 | } |
| 361 | |
| 362 | function foldDiv() { |
| 363 | $d.find(".foldable-list-container a").unbind('click').bind('click', function() { |
| 364 | $(this).parent().children().toggle() |
| 365 | $(this).parent(".foldable-list-container").parent(".colmod-link-top").parent(".folded").find(".colmod-content:first").toggle() |
| 366 | }); |
| 367 | } |
| 368 | |
| 369 | function AccessLink() { //check and clear the info |
| 370 | $d.find("ele-access").add($d.find("iframe").contents().find("body").find("ele-access")).unbind('click').bind('click', function() { |