修改兴趣点,让所有点/气球首先打开,然后能够单独关闭和再次打开

Modify points of interest to have all points / balloons to open first and then ability to close and open again individually

我有这个兴趣点示例:http://codyhouse.co/gem/points-of-interest/

http://codyhouse.co/demo/points-of-interest/index.html

是否可以在每次加载页面时打开所有 points/balloons 以显示类型,然后用户可以选择单击每个点将其关闭并单独再次打开?

对于手机等移动视图,不需要此额外功能,用户必须单击每个点才能显示 balloon/text。

能否提供一个代码示例?提前谢谢你。

您可以这样做一次打开所有点:

$('.cd-single-point').addClass('is-open');

但这可能不是一个好主意,因为它们会重叠。