我可以把html包含在Jquery裏面嗎?Html包括Jquery裏面
下面是代碼:
$(document).ready(function(){
$(".photo").hoverIntent(function() {
$(this).html('CAN I PLACE HERE A HTML INCLUDE?');
}, function() {
$(this).html('<img src="' + $(this).attr("title") + '" width="248" height="186" style="border-bottom: 1px solid #2B2B2B;"/>');
});
});
您是否嘗試過並且遇到問題? – spinon 2010-08-02 08:44:59
你是什麼意思? SSI? – 2010-08-02 08:45:08
「HTML INCLUDE」是什麼意思?頁面?一塊html? - 第二個應該工作。 – Ties 2010-08-02 08:46:34