小預算改造推薦!銷售各式壁紙、壁布等產品
輕鬆變換空間氛圍,質感設計花色多
通水管提供種類豐富的門窗樣式,氣密窗、採光罩、玻璃屋等
解決噪音困擾,享受寧靜

首頁  •  j2h 論壇 • 程式設計討論     • 

jquery 網頁關鍵字搜尋

房東:Jack
發表時間:2023-01-25


https://www.j2h.tw/test2/test.php


找到關鍵字 ,highlight關鍵字

$(document).ready(function() {
$("body").html(function(){
return $(this).html().replace(/装修蟑螂|消费者|師傅|統包/g, '$&');
});
});





這段程式碼可以加入如果沒找到關鍵字 網頁向下滑在執行,直到找到

$(document).ready(function() {
var intervalId = setInterval(function() {
var found = $("body").html().match(/装修蟑螂|消费者|師傅|統包/);
if(found){
clearInterval(intervalId);
$("body").html(function(){
return $(this).html().replace(/装修蟑螂|消费者|師傅|統包/g, '$&');
});
}else{
window.scrollBy(0, 100);
}
}, 1000);
});



程式碼加入 開始鍵和停止鍵


$(document).ready(function() {
var intervalId;
$("#startBtn").click(function(){
intervalId = setInterval(function() {
var found = $("body").html().match(/協議條款|法院查詢|滿天喊價/);
if(found){
clearInterval(intervalId);
$("body").html(function(){
return $(this).html().replace(/協議條款|法院查詢|滿天喊價/g, '$&');
});
}else{
window.scrollBy(0, 100);
}
}, 1000);
});
$("#stopBtn").click(function(){
clearInterval(intervalId);
});
});



















$(document).ready(function() {

$('body').append('');
$('body').append('');

$('#startBtn').css({
'position': 'fixed',
'top': '10px',
'left': '10px'
});

$('#stopBtn').css({
'position': 'fixed',
'top': '40px',
'left': '10px'
});


var intervalId;


$("#startBtn").click(function(){
intervalId = setInterval(function() {
var keyword = /協議條款|法院查詢|滿天喊價/g;
var found = $("body").html().match(keyword);
if(found){
clearInterval(intervalId);
$("body").html(function(){
return $(this).html().replace(keyword, '$&');
});
}else{
window.scrollBy(0, 100);
}
}, 1000);
});
$("#stopBtn").click(function(){
clearInterval(intervalId);
});
});




  • 贊助網站       

    廣利不動產-板橋在地生根最實在--新板特區指名度最高、值得您信賴的好房仲
    完整房訊,房屋、店面熱門精選物件,廣利不動產 優質仲介,房屋租賃、買賣資訊透明,交易真安心!
    廣利不動產-新板特區指名度最高、值得您信賴的好房仲
    您的托付,廣利用心為您服務



  •  共 0 人回應

    姓名:
    佈告內容:
    其他選項: