亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

搜索
博主信息
博文 59
粉絲 0
評(píng)論 1
訪問(wèn)量 57368
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
?jQurey attr與CSS方法實(shí)例——2018年4月8日11時(shí)15分
白貓警長(zhǎng)的博客
原創(chuàng)
763人瀏覽過(guò)

jQurey  attr與CSS方法實(shí)例

實(shí)例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style>
	.pos{
		width: 1000px;
		height: 100%;
		text-align: center;
		margin:50px auto;

	}
	</style>
</head>
<body>
	<div class="pox">
		<button class="but1">點(diǎn)擊更換圖片</button>
		<button class="but2">點(diǎn)擊修改尺寸</button><br>
		<img src="http://pic1.nipic.com/2008-10-20/2008102011212258_2.jpg" title="細(xì)水長(zhǎng)流" id="imar" >
		
	</div>
</body>
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
	<script>
	$('.pox').addClass('pos')
		//傳入2參數(shù)后改變?cè)鷮傩缘闹?
	$('#imar').attr('title','交友魅力,隨心所欲')

	

	$('#imar').attr('alt','不是你的,你看不見')

	$('.but1').click(function(){
	$('#imar').attr('src','http://pic11.photophoto.cn/20090528/0010023912902949_b.jpg')
	})

	$('.but2').click(function(){
		$('#imar').width('200px')
		$('#imar').height('200px')
	})
	// 按鈕的寬度
	$('.but1').width(80).height(35)
	$('.but2').width(80).height(35)

	$('#imar').css({
		'width':'300',
		'height':'400',
		'border':'1px solid #808080',
		'border-radius':'50%',
		'box-shadow':'5px 5px 5px #888',
		'margin-top':'30px'
	})

	$('#imar').offset().left
	alert('圖片與左側(cè)的距離是:'+$('#imar').offset().left +'px')
	$('#imar').offset().top
	alert('圖片與頂部的距離:'+$('#imar').offset().top +'px')
	
	$('#imar').position().left
	alert('左側(cè)偏移量是:'+$('#imar').position().left +'px')
	$('#imar').position().top
	alert('頂部偏移量是:'+$('#imar').position().top +'px')

</script>
</html>

運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例


運(yùn)行后效果預(yù)覽圖:

1.png


當(dāng)你點(diǎn)擊相應(yīng)的按鈕后,就會(huì)發(fā)生變化,運(yùn)行一下試試吧。

手抄作業(yè):

QQ圖片20180408111946.jpg

批改狀態(tài):合格

老師批語(yǔ):
本博文版權(quán)歸博主所有,轉(zhuǎn)載請(qǐng)注明地址!如有侵權(quán)、違法,請(qǐng)聯(lián)系admin@php.cn舉報(bào)處理!
全部評(píng)論 文明上網(wǎng)理性發(fā)言,請(qǐng)遵守新聞評(píng)論服務(wù)協(xié)議
0條評(píng)論
作者最新博文
關(guān)于我們 免責(zé)申明 意見反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長(zhǎng)!
關(guān)注服務(wù)號(hào) 技術(shù)交流群
PHP中文網(wǎng)訂閱號(hào)
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時(shí)隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號(hào)
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)

  • 登錄PHP中文網(wǎng),和優(yōu)秀的人一起學(xué)習(xí)!
    全站2000+教程免費(fèi)學(xué)