hey Frosticek
was wondering if you could point me in the right direction. i want to make share-friendly clickable and when doing so the page would scroll to bottom to show off the social share links.
this is what i have tried but must be missing something
<script>
$(document).ready(function () {
$('#sharebottom').click(function () { $('html, body').animate({ scrollTop: $(document).height() }, 1000); }); });
</script>
<a href="#sharebottom">
<div class="share-friendly noselect">
<div class="text"><?php _e('Share us and become our fan', 'patricia'); ?></div>
<img src="<?php echo osc_current_web_theme_url();?>images/side_share.png" />
</div>
</div>
</a>
im not sure if their is something i have failing to call or if the way im calling just is incorrect.
but anyway it would be a nice add for patricia
all the best and as always many thanks
Chris