Wednesday, October 22, 2014

how open and close accordion function in click event using jquery

Posted by Unknown  |  No comments

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  
 //Accordion control showing and hiding functions starts here.  
 function accordionopenclose() {  
   //this will open masters menu in Accordion.  
   $('#Masters').click(function () {  
     $("#ul-Masters").show();  
     callif();           //here we are calling below function, Incase user selected the again masters options.  
   });  
 }  
 function callif() {  
   $('#Masters').click(function () {  // this is the funtion for hide, but incase user selected again master option below function will call automatically.  
     $("#ul-Masters").hide();  
     accordionopenclose();  
   });  
 } //Accordion control showing and hiding functions end here.  
 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

5:27 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top