Skip to content

Instantly share code, notes, and snippets.

@ajamaica
Created May 30, 2011 15:30
Show Gist options
  • Save ajamaica/999059 to your computer and use it in GitHub Desktop.
Save ajamaica/999059 to your computer and use it in GitHub Desktop.
Position Fixed Button
/* Requiere JQuery*/
if(navigator.platform == 'iPad' || navigator.platform == 'iPhone' || navigator.platform == 'iPod')
{
$("#footer").css("position", "static");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment