part of script

<script type="text/javascript"> $(document).ready(function() { $slider_29.restrictSlides(); $("a.ActiveButton").bind({ mousedown:function(){$(this).addClass('Activated');}, mouseleave:function(){ $(this).removeClass('Activated');}, mouseup:function(){$(this).removeClass('Activated');}}); }); </script>
portion of a javascript effect

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.