我需要。鏈接場一票鍵移動.event-位置的一個的jQuery移動DIV到另一個DIV
這裏裏面的小提琴:http://jsfiddle.net/ksV73/
這是一個CMS所以我沒有在這件事上的選擇。
這就是我想,這不是在做很多的事情
$(".widget-upcoming-events-blog li").each(function() {
var links = $(this).children(".link-field-first-ticket-button").html();
$(this).children(".link-field-first-ticket-button").html("");
$(this).children(".event-location-one").append(links);
});
蓋伊。你救了我的命:)謝謝。其他方法是複製我的按鈕在網站上出於某種原因,即使他們在小提琴上工作 – toast