I have ContentView which has 'Table of Contents' and another view (DescriptionView) which has the total description of these contents. Each content description in DescriptionView is in different sections and I have implemented accordion to manage this.
When I click on each content in ContentView I navigate to that particular section in the DescriptionView by the help of the anchor tag which i specify in the url. My issue is I am not able to open that section which will be hided using accordion. Hope am
successful in explaining my query.
"ASP.NET MVC 2"jquery ajax asp.net mvc2 javascript
suja12
Member
18 Points
48 Posts
Expand accordion_container on navigation from another view in asp.net mvc
Feb 12, 2011 10:24 AM|LINK
I have ContentView which has 'Table of Contents' and another view (DescriptionView) which has the total description of these contents. Each content description in DescriptionView is in different sections and I have implemented accordion to manage this.
<a name="con1" id="con1"></a> <div class="accordion1"> <h6> <a href="#">Content 1 </a> </h6> </div> <div class="accordion_container1"> Description for Content 1 </div>When I click on each content in ContentView I navigate to that particular section in the DescriptionView by the help of the anchor tag which i specify in the url. My issue is I am not able to open that section which will be hided using accordion. Hope am successful in explaining my query.
"ASP.NET MVC 2" jquery ajax asp.net mvc2 javascript
wangping8271...
Member
738 Points
145 Posts
Re: Expand accordion_container on navigation from another view in asp.net mvc
Feb 25, 2011 07:35 AM|LINK
hi,
you should post it at MVC forum