Clicktotoggle

From Facebook Developer Wiki

Jump to: navigation, search
This is an element of DynamicFBML/Visibility

This will toggle the visibility of the specified ids when the object is clicked. The mechanism used is the CSS attribute "display: none".

<a href="#" clicktotoggle="id1,id2,id3">toggle</a>

Also see clicktoshow, clicktohide

reference