有人可以帮我编辑这个jQuery,而不是从页面上的任何地方拉出#product_name_source,而是从#Altitude div中获取它。如您所见,我在那里尝试了一些东西,但似乎您不能在 URL 中有多个 div http://google.com #parent #child
。有谁能帮忙吗?
$('body').ready(function(){
var product_name = 'Altitude';
$('#product_name').load('http://cdn.jeremyblaze.com/theme_info.html #' + product_name + '#product_name_source');
});