shake摇头效果

$("#go4").click(function(){
			if($("#test4").val()=="")
				$("#test4").animate({left:"10px"},100).animate({left:"0px"},100).animate({left:"10px"},100).animate({left:"0px"},100);
			return false;
		});

<input type="text" id="test4"  class="input_text"/>
			<div>
			<button id="go4">go4</button>
			</div>

你可能感兴趣的:(java)