ajax.Complete() not working on SlideUp Menu

ajax.Complete() not working on SlideUp Menu

Hey guys,

Originally had this posted in the CSS forums but is a jQuery issue...

Here is the site, if you start off at the homepage, then click on Services in the right navigation it doesn't work the Show Services slideup does not work at all, it should slide up then be able to click a Close button to slide it down...

http://redrhinorestoration.com/wp/

The only time it works is if you go directly to the Services page by typing the URL into your browser, then it will work as you can see how it functions...

http://redrhinorestoration.com/wp/services

Also, having same type of issue on the Process page for my LayerSlider when you start at home page or any other page other than Process then go to PRocess it doesn't show the slider at all, but if you go directly to Process by typing it in your URL you will see the slider....

http://redrhinorestoration.com/wp/process

Any ideas why this could be? I had someone say need to use use $.ajaxComplete(); function. this would be triggered after every Ajax call you make on the page, but not sure how to implement it they gave me this code which I put in and didnt work for the Show Services

  1. $(document).ajaxComplete(function() { showBottom.onclick = function() { classie.toggle( this, 'active' ); classie.toggle( menuBottom, 'cbp-spmenu-open' ); disableOther( 'showBottom' ); }; });

Regards,

Mike