點(diǎn)擊的時(shí)候獲取下當(dāng)前位置

創(chuàng)新互聯(lián)建站是一家專業(yè)提供滿洲企業(yè)網(wǎng)站建設(shè),專注與網(wǎng)站制作、網(wǎng)站設(shè)計(jì)、H5高端網(wǎng)站建設(shè)、小程序制作等業(yè)務(wù)。10年已為滿洲眾多企業(yè)、政府機(jī)構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專業(yè)的建站公司優(yōu)惠進(jìn)行中。
獲取位置方法
clientX,clientY
screenX,screenY
具體例子看下
利用錨點(diǎn)可以實(shí)現(xiàn)頁面跳轉(zhuǎn)到指定位置,跳轉(zhuǎn)地址是#002,下面的html的錨點(diǎn)設(shè)002
比如
lia?href="#002"實(shí)景照片/a/li
div?class="jxjs"?style="margin-top:75px;"
div?id="jxzp"?class="wrap"
a?name="002"?id="002"?class="maodian"/a
div?class="jxxq-common-title"實(shí)景照片/div
/div
/div
$('td').click(function(){
$(this).parents('table:first').next().show()//顯示當(dāng)前TD的下一個(gè)DIV內(nèi)容
.siblings('div').hide();//將其它DIV內(nèi)容隱藏
});
$("td").click(function(){
//td的id?
alert($(this).attr("id"));
//tr的id??
alert($(this).parent().attr("id"));
});
1、新建一個(gè)html文件,命名為test.html。
2、在test.html文件內(nèi),使用div標(biāo)簽創(chuàng)建一行文字,文字內(nèi)容為“小明”。
3、在test.html文件內(nèi),設(shè)置div標(biāo)簽的id屬性為mytext,主要用于下面通過該id獲得div對(duì)象。
4、在test.html文件內(nèi),使用button標(biāo)簽創(chuàng)建一個(gè)按鈕,按鈕名稱為“切換內(nèi)容”。
5、在test.html文件中,給button按鈕綁定onclick點(diǎn)擊事件,當(dāng)按鈕被點(diǎn)擊時(shí),執(zhí)行func()函數(shù)。
6、在js標(biāo)簽中,創(chuàng)建func()函數(shù),在函數(shù)內(nèi),通過id(mytext)獲得div對(duì)象,通過html()方法獲得div內(nèi)的文本內(nèi)容,使用if語句判斷獲得的文字內(nèi)容是否為指定的文本內(nèi)容,如果不是,則通過html()方法改變文本內(nèi)容。
div class="menu"
div class="menu-item active"菜單一/div
div class="menu-item"菜單二/div
div class="menu-item"菜單三/div
/div
div class="content"
div內(nèi)容一/div
div class="hide"內(nèi)容二/div
div class="hide"內(nèi)容三/div
/div
script type="text/javascript" src="../js/jquery1.9.1.js"/script
script
$(function(){
$(".menu div").click(function(){
var t=$(this).index();
$(".menu div").each(function(i,e){
if(t==i){
$(e).addClass("active");
$(".content div").eq(i).removeClass("hide");
}else{
$(e).removeClass("active");
$(".content div").eq(i).addClass("hide");
}
});
});
});
/script
當(dāng)前題目:jquery點(diǎn)擊位置,jquery 點(diǎn)擊
新聞來源:http://chinadenli.net/article25/dsijeji.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站制作、網(wǎng)站導(dǎo)航、動(dòng)態(tài)網(wǎng)站、網(wǎng)站排名、網(wǎng)站維護(hù)、關(guān)鍵詞優(yōu)化
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)