Animated Page Scrolling with Jquery
Jul0
Animated Scrolling with Javascript Example
Contruct anchor tages as usuall
download jquery.js
download scrollto.js -> I got the originall at leaneringjquery.com but it was packed, i unpacked it and made the following changes on lines 681
//jQuery.dequeue(z.e, ‘interfaceFX’)
jQuery(e).dequeue(’interfaceFX’);
put the two .js files in a folder named /java/ on your web root
add these lines in your header
<script src=”/java/jquery.js” type=”text/javascript”></script>
<script src=”/java/scrollto.js” type=”text/javascript”></script>
markup anchors like this (example)
<a href=”#background”>Background</a><br />
<p>
<strong><a name=”background” id=”background” class=”anchor”>Background</a></strong>
Since 2000 healthcare organizations have been adapting concepts and practices borrowed from the Toyota Production System (TPS/Lean) to improve the delivery of care and reduce costs. A variety of approaches have been implemented, some more successful than others and some in specific areas of the organization, but few with a comprehensive plan that would optimize all areas of healthcare operations. This proposal strongly suggests that the witnessed successes of some can be realized across the industry if executed with a comprehensive plan and shared openly. The plan outlined in the Program proposed herein would provide structure for the participating organizations and demonstration of the plan and results to limitless numbers of observers/adopters.
</p>
No comments yet.
Sorry, the comment form is closed at this time.