jquery入门 点击移动文本框内的文字

这篇博客介绍了使用jQuery1.11.1版本实现点击文本后使其在文本框内移动的效果,强调了引入jQuery库的重要性。
摘要由CSDN通过智能技术生成
<html>
<head>
	<title>练习1</title>
	<style type="text/css">
	*{
		margin: 0;
		padding: 0;
	}
	#box{
		width: 700px;
		height: 405px;
		border: solid 1px;
	}
	.fl{
		float: left;
	}
	#left{
		width: 300px;
		height: 400px;
		overflow-y: scroll;
		border: solid 1px;
	}
	#right{
		width: 300px;
		height: 400px;
		overflow-y: scroll;
		border: solid 1px;
	}
	#choose{
		width: 90px;
		height: 400px;
	}
	button{  
		width: 40px;
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	span{
		display: block;
	}
	</style>

</head>
<body>
	<div id="box">
		<div id="left" class="fl">
			<span>北京</span>
			<span>上海</span>
			<span>广东</span>
			<span>深圳</span>
		</div>

		<div id="choose" class="fl">
			<button>>></button>
			<button><<
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值