Thank Olaf for finding that spelling error! Ok, so I fixed that spelling error (what a shameful mistake i know), but it still does not want to work! I have simplified the code even further to just affect all inline links on the page:
Here is the code <script type="text/javascript"> $(document).ready(function(){ $.localScroll(); }); </script> and here is the html <h1 id="Cont"><a href="#test">THIS IS A TEST</a></h1> ... ... ... <a name="test">This is where it should go</a> here is the page. http://66.199.224.168/calendar This seriously boggles my mind. -Mike R On Mon, Mar 3, 2008 at 6:41 AM, Ariel Flesler <[EMAIL PROTECTED]> wrote: > > Ohhh man... I got crazy, mumbling to myself "what the heck!". > After 10 minutes of going thru pretty much everything, I realized you > wrote: > <script type="text/javescript"... javEscript.. fix that and it will > work. > > @olaf > The call to the plugin is done ok. LocalScroll has to be called on > containers, not the actual links. > > Cheers. > Ariel Flesler > > On Mar 3, 5:06 am, Olaf Bosch <[EMAIL PROTECTED]> wrote: > > Michael Ray schrieb: > > > > > Thanks for pointing me in the right direction. I am tryign to use > > > LocalScroll but it doesn't want to work. I included ' > jquery.scrollTo.js' and > > > 'jquery.localscroll-1.2.4.js' in my <head> > > > > You bind the click on a h1, this have not a HREF, try this: > > > > <h1><a id="Cont" href="#test">THIS IS A TEST</a></h1> > > > > -- > > Viele Grüße, Olaf > > > > ----------------------------------- > > [EMAIL PROTECTED]://olaf- > bosch.de/http://ohorn.info/http://www.akitafreund.de/ > > ----------------------------------- >