I have a question about an interactive I'm doing.
I want the France's ball into "Bombo 4", don't coincide whith the teams from "Bombo 1" (Spain, Germany, Belgium and Switzerland) in the same group, How can I do it???
copa3_francia.draggable({
opacity: 1,
revert: true,
containment: stage,
snapMode: 'inner',
snap: '.target3',
snapTolerance: 30
});
a1.droppable({
accept: ".espana,.alemania,.belgica,.brasil,.colombia,.suiza,.uruguay,.argent ina",
drop: function(event, ui) {
sym.$("activa1").hide();
sym.$("a1").hide();
sym.$("block_a1").show();
box.play();
}
});
http://www.mundodeportivo.com/20131122/futbol/mundial/los-grupos-del-m undial_54394400741.html
thanks