как получить index diva ???????????????
$(document).ready(function() {
02
$(".float a").wrap('<div />');
03
$(".float a").wrap('<div />');
04
$(".float a").wrap('<div />');
05
$(".float a").hover(
06
function(){ //over
07
var index = $(this).parent('div').parent('div').parent('div');
08
alert(+index);
09
},
10
function(){ //out
11
12
}
13
);
14
});
так не получается ((((((((((((