在 jQuery 中,我想在 .html() 函数中编写更多代码。我想使用php代码。而且这种风格的写作非常复杂。很难被阅读。
我可以在外部加载 php/html 脚本吗?
function() {
$(this).children('.product_hover').show()
.html('<div class="product_hover_buttons">'+
'<button class="btn btn-success btn-large"><i class="icon-shopping-cart icon-white"></i> '+
'<strong>Add to Cart</strong></button><br/><br/>'+
'<button class="btn btn-primary btn-large"><i class="icon-search icon-white"></i> '+
'<strong>View</strong></button>'+'</div>');
}