I am attempting to use the smooth scroll by smoothdivscroll dot com/#quickdemo , but I am getting a js conflict. I have it working on a test page, http://www.visfire.com/scroll.html, but it does not work on the live page viwfire dot com /Design/Logo-CorporateIdDesign.aspx . According to Firebug, “$(“div#makeMeScrollable”).smoothDivScroll is not a function.”
Should I replace the “$” with something else?
Also the latest work module on the same page quit working.
You only need to replace that $ with jQuery if you have conflict javascript libraries, say, prototype in use on the same page.
reference
I will say your issue seems more like a corrupted jQuery plugin, can you use Firebug to inspect your actual page and check if the smoothScroll plugin is fully loaded?