문제

I want to create a list that is actually a list of collapsible divs on my site. So when you click on an item on the list, more information will become visible.

I'm using animatedcollapse from http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm

The problem is that since I'm looping over divs, they all have the same id, and thus 'opening' any of the divs will open all of the divs.

Should I make unique id's for every div? How is it done?

Thanks a lot for your help. I'm using Django.

도움이 되었습니까?

해결책

SharePoint 웹 분석을 사용 하여이 작업을 수행 할 수 있어야합니다.이것은 사이트 설정에 있어야합니다.사이트 모음 루트 -> 사이트 동작 메뉴 -> 사이트 설정 -> 사이트 모음 웹 분석 보고서.보고서를 top queries 라고해야합니다.

http://technet.microsoft.com/en-us/library/EE663487.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top