I m using jQuery Cycle for this diagram, and I m using an Image map for the controller.
http://nuoz.com/。
jQuery(document).ready(function($) {
jQuery( #circle1 ).click(function($) {
jQuery( .rotate ).cycle(0);
jQuery( .rotate ).cycle( pause );
return false;
});
jQuery( #circle1 ).mouseout(function($) {
jQuery( .rotate ).cycle( resume );
return false;
});
});
我尝试了停用和停用。 客户自然希望轮流在用户停止皮条之后恢复。 能否将图像地图区视为一个要素? 再说一遍,Crea公司开工。
提前感谢。