English 中文(简体)
包括html/cs,以超文本表示在jquery
原标题:include html/css in HTML= statement in jquery

Ver。 我有一份简单的Xml文件,我正在阅读并在一个html网页上很好地展示。 然而,我在Xml的记录中有一份是,其他的记录都没有。 虽然都有名称和编号,但有一个名称、名称类型和编号。

我可以读到这一数据微薄,但显示这种数据正证明是trick的。 所有数据都进入一个风格表(非常好),但这一额外特征是,我想在囚室内第二行立下线,显示线,但其他所有记录室仍为一线。

你们可以在这里看到我试图做的事情:

function BuildContactHTML(contactName,contactNumber,contactSE){

// Check to see if their is a "type" attribute in the name field
if ((contactType) != undefined){
    contactTypeHTML = "<br /><span class="sub">(" + contactType + ")</span>";
}
else
{
    contactTypeHTML = "";
}

// Build HTML string and return
output =   ;
output +=  <tr> ;
output +=  <td class="left"> + contactName + contactType + </td> ;
output +=  <td class="phone"> + contactNumber + </td> ;
output +=  </tr> ;
return output;
}

“相容” 我想添加一条行文 break,然后用 c子关闭囚室,这样,我实际上就有了名状,其类型较小,“子”类处理。 如果我把产出中这些标的放在后面,那么所有记录都应有第二行,但我只想影响实际上具有属性的记录,其余部分根本没有案文。

任何帮助都将受到高度赞赏。 再说一遍,我只是新鲜事,因此,请保持简单。 我的印象是,我这里只有一个同学问题。

问题回答

定义不明确应当是一种扼杀性价值,而且你需要围绕contactType进行操作。

if (typeof(contactType) != "undefined"){}

<>strong>typeof(营运人回归直观价值,因此,你需要将其与地貌相比较。

您的法典正在检查联系情况。 型号不等于表面上存在的物体,因此,随着这种物体的双重负数,总会回去。

你们也需要在这个方面使用单一和双重的引言,而不仅仅是两倍。 你们需要将“子”两字插在单一报价中。

contactTypeHTML =  <br /><span class="sub">(  + contactType +  )</span> ;




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签