Skip to content

Instantly share code, notes, and snippets.

@fsvehla
Forked from anonymous/gist:164410
Created August 8, 2009 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsvehla/164412 to your computer and use it in GitHub Desktop.
Save fsvehla/164412 to your computer and use it in GitHub Desktop.
<!--
Das in den HEAD, nachdem jQuery geladen ist
-->
<% if iphone_user_agent? %>
<script type="text/javascript">
jQuery(window).load(function() {
$('#hidepage').hide();
});
</script>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment