Skip to content

adeniszczyc/iOSTintjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOSTint.js

A jQuery plugin to change the Safari URL bar tint colour on iOS7.

Demo

A demo this plugin can be found here. (Note that this is the /site/ folder in this repo, compiled with Hammer).

Setup

  1. Download the file from here, and include it, along with jQuery, at the bottom of your HTML.

     <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
     <script src="js/iosTint.min.js"></script>
    
  • Call the script beneath the include.

      <script>
          $.iosTint(color);
      </script>
    

    You can replace color with any valid html colour such as #69BEE5 , rgb(144,248,67) or even tomato.

Credits

Contact

The best way is to contact me through Twitter, or through my website.

License

MIT: http://rem.mit-license.org

About

JQuery plugin to change the URL bar tint colour on iOS7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published