Javascript sliding menu messing my page up ... can you help me figure out why?

OK, I have uploaded 1.3.2 and changed the call to it in the header. It still does not work on my end.

Yeah, that is the way I had it originally, but the creator of the script said that he rewrote it to work with 1.4.2, and he sent over all of the js files, including the 1.4.2 file. I have all of his original files, and my original html, and css … Do you need to see any of that?

Btw, smarttoggle was called after jQuery 1.4.2? and based on the plugin site it requires 1.3.2? got similar case on using a plugin that has dependency of 1.3.2 and eventually ended up removing the latest release.

Btw, your site is nice…navigation is very nice!

That broke the functionality completely, and did not fix any of the issues, unfortunately.

Try below replacing …


<script type="text/javascript" charset="utf-8">
$(function() {
    $('#nav-fb').smarttoggle('slide2', {
        direction: 'right',
        easing: 'easeInOutExpo',
        eventType: 'hover'
    });
}):
</script>

Note: Discard this,my mistake…I’ve checked the plugin codes and it already checks if document is already loaded.