当前位置: 代码迷 >> Iphone >> jQuery iphone 旋钮
  详细解决方案

jQuery iphone 旋钮

热度:409   发布时间:2016-04-25 06:16:20.0
jQuery iphone 按钮

转自 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下有点不正常~~
?

  相关解决方案