equal
deleted
inserted
replaced
51 },vitesse,'linear',function(){ |
51 },vitesse,'linear',function(){ |
52 $(arrow).addClass('bute'); |
52 $(arrow).addClass('bute'); |
53 }); |
53 }); |
54 } |
54 } |
55 } |
55 } |
56 |
|
57 //DRAGGABLE |
56 //DRAGGABLE |
58 $(".cluster").draggable({ axis: "x",containment: ".cluster-containment" }); |
57 $(".cluster").draggable({ axis: "x",containment: ".cluster-containment" }); |
59 }; |
58 }; |
60 //WIDGET |
59 //WIDGET |
61 //HEIGHT |
60 //HEIGHT |
194 lastActuBind = this; |
193 lastActuBind = this; |
195 |
194 |
196 console.log('mouseover', $(this)); |
195 console.log('mouseover', $(this)); |
197 |
196 |
198 }); |
197 }); |
199 |
|
200 |
|
201 });//jQuery |
198 });//jQuery |