`
fireinjava
  • 浏览: 475824 次
  • 性别: Icon_minigender_1
  • 来自: 福州
社区版块
存档分类
最新评论

jQuery iphone 按钮

    博客分类:
  • html
 
阅读更多

转自 jQuery Iphone Style Ajax Switch

http://papermashup.com/jquery-iphone-style-ajax-switch/

 

	<script type="text/javascript">
	  $('#1').iphoneSwitch("on", 
	   function() {
	   	 alert('open');
	     //$('#ajax').load('on.html');
	    },
	    function() {
	    	alert('close');
	     //$('#ajax').load('off.html');
	    },
	    {
	      switch_on_container_path: 'iphone_switch_container_off.png'
	    });
	</script>


 

ie6下有点不正常~~
 

  • 大小: 2.9 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics