JQuery Hide Option doesn’t work in IE and Safari

This will work.. change .show to .showOption and .hideOption. However this still kind of sucks in IE because in firefox you can make it hide an option which is selected. So if “Select One” is shown and is hidden. Firefox will still say “select one”. $.fn.showOption = function() { this.each(function() { if( this.tagName == “OPTION” … Read more

Impossible to hide navigation bars in Safari iOS 7 for iPhone/iPod touch

Update September 2014: iOS 8 has removed the minimal-ui feature There’s again no way to remove/hide navigation bars other than to rely on the default browser behavior (bars will be hidden when scrolling, but only if the scrolling element is the BODY of the page). The only “workaround” is to save the app to the … Read more

Safari anchors on links not working

The problem was I had a redirect header in the page I was linking to. Opera, IE, Chrome, Firefox will carry over the anchor to the new page. However safari loses the anchor on the redirect. If you are having trouble with safari anchors disable any redirects.