Skip to content

Instantly share code, notes, and snippets.

@JudeRosario
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save JudeRosario/e2b91ed6ac6495d003c0 to your computer and use it in GitHub Desktop.

Select an option

Save JudeRosario/e2b91ed6ac6495d003c0 to your computer and use it in GitHub Desktop.
Appointments+ Center page after service selection
<script type="text/javascript">
jQuery(document).ready(function () {
if(window.location.href.indexOf("app_service_id") > -1
&& !(window.location.href.indexOf("app_provider_id") > -1) ) {
jQuery(document).scrollTop( jQuery('.my-appointments').offset().top );
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment