Jump to content

usa12fox1

Members
  • Posts

    2
  • Joined

  • Last visited

About usa12fox1

  • Birthday 04/22/1971

Profile Information

  • Location
    ny

usa12fox1's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Yes I have and the 1.9.1 is used on jsfiddle I also used newer versions,still no luck. Thank you. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> <script> var jQ = jQuery.noConflict();</script> <script language="JavaScript" type="text/javascript" src="/js/mb/global.js?v1.22"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script> var jQ = jQuery.noConflict();</script> <script language="JavaScript" type="text/javascript" src="/js/mb/global.js?v1.22"></script>
  2. https://jsfiddle.net/rtGk6/1/ I found this code at http://www.codeitive.com/7HiSPeVjXj/toggle-hidden-divs-by-clicking-on-navigation.html works great untill I take it out of jsfiddle and apply it to my page. I have tried everything i can think off to make it work but no luck it does not function one bit.I have 4 sections on 1 page I need to be able to toggle content in each section with out conflicting the other sections on the page.I could use some help with this issue.Thank You. $('.links').click(function() { var id = $(this).attr('id').split('-').pop(); $('.navLinks,.navLinksb,.navLinksc,.navLinksd').hide(); $('#'+id).show(); })
×
×
  • Create New...