0
下面是代碼:如何在JavaScript中使用超鏈接?
var loc = $(this).find('loc').text();
var locSearch = loc.search(reg);
if(descSearch > -1){
$('#output').append('Found <i>'+searchFor+'<\/i> in loc: '+loc.replace(reg, '<b>'+searchFor+'</b>')+'<br \/>');
}
這裏是XML格式:
<entry>
<title>Test 2 title </title>
<description>Description for Test 2</description>
<loc><a href="http://www.test2.com/">Test2 Text</a></loc>
</entry>
但結果只是Test2 Text
這不是聯,我想這個結果將與可鏈接文本出現,我意思是,當我們點擊Test2 Text
時,http://www.test2.com/
就會打開。
有關您的信息,此格式是用於網頁自定義搜索的函數parseXML。
在此先感謝您的幫助。
這是不行的,這種方法是行不通到我的代碼。請再次檢查我的代碼 – Amin