Click here to Skip to main content
16,016,570 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI all,

in my page i had a jquery accordion in tat if notification came like fb if we click tat notification then it should focus on tat comment in accordion pane.. can't able to achieve this.. Need Help..


Thanks
BS
Posted
Comments
Karthik_Mahalingam 15-Jan-14 5:09am    
post your code...
What have you tried and where is the problem?

1 solution

HI,

I solved this myself...

C#
var he = $("#div_accordion").find('#divheader_' + customerid);
           he.click();
           var campclick = $("#div_accordion").find("#campid_" + campaignid);
           campclick.click();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900