Picture 8


jQuery iPhone UI is a jQuery plugin aims to help us easily create iPhone UI. Just like another jQuery plugin, this plugin allow us doing only three steps to create any iPhone UI : include jQuery framework and this plugin, set up the HTML element and call the plugin function.
jQuery iPhone UI provides some iPhone UI including Scroll, Tabs, Gallery, Forms (input, password, checkbox, select) and Buttons. You can try them at here and here’s the example :

Code :

   $(document).ready(function(){
   	$(".tabbar").iTabs();
   });
<ul class="tabbar">
	<li><a class="iicon" title="Mail" href="#mail"><em></em>Mail</a></li>
	<li><a class="iicon" title="Chat" href="#chat"><em></em>Chat</a></li>
	<li><a class="iicon" title="Search" href="#search"><em></em>Search</a></li>
	<li><a class="iicon" title="Options" href="#options"><em></em>Options</a></li>
</ul>

Result :
iTabs

Tags :   Free Stuff    iPhone    jQuery  

Share :           jQuery Plugin : jQuery iPhone UI (via @hdytsgt)



webstuffshare RSS



  Similar Stuffs  



  Shout Something  

  Follow Webstuffshare  
RSS
  FREE Subscribe  

Get Free Webstuffshare Daily Updates.

  Hot Stuffs  
  Recent Shouts