integration/js/main.js
changeset 21 c2dd00471b2d
parent 20 c86141a8570d
child 26 94f586daa623
equal deleted inserted replaced
20:c86141a8570d 21:c2dd00471b2d
    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