在此先感谢并为我的英语感到抱歉。我对 Javascript 和 jQuery 很陌生。我的问题是,在 jsfiddle.net 中,jquery 无法正常工作,我不知道我在哪里做错了。
<div class="holidayHoneymoonContent">
<div class="holidayHoneymoonContent1"> <span id="lblSource">Delhi<span>
<span> To </span> <span id="lblDest">Shimla</span>
</div>
<div class="holidayHoneymoonContent2">
<div style="float:left; width:142px;"> <span id="PicDesc">nwind yourself as we take you on a holiday to thr...</span>
</div>
<div style="float:left; width:63px;">
<img ID="Rupee2" alt="" src="rupees.png" Width="8px" Height="8px" style="margin-left:8px;"
/> <span id="PicPrice">10000</span>
<br /> <span>(per person)</span>
</div>
</div>
<div class="holidayHoneymoonBtn">
<!--<img ID="Bookhere" onmouseover="bookHover(this)" onmouseout="bookOut(this)"
src="bookHereBtn.png" class="bookHereBtn1" />-->
<input id="inpBookHere" type="submit" value="Book Here" style="font-size:12px;width:80px;height:20px;"
/>
</div>
</div>