Try this instead:
$(document).ready(function(){
$('#asdf').slideDown('slow');
$('#asdf img').imgAreaSelect({ maxWidth: 20, maxHeight: 20 });
});
The imageareaselect will be called after the image is loaded, You could even
put this into a click function as f
Try this instead:
$(document).ready(function(){
$('#asdf').slideDown('slow');
$('#asdf img').imgAreaSelect({ maxWidth: 20, maxHeight:
20 });
});
The imageareaselect will be called after the image is loaded, You
could even put this into a click function as fo
2 matches
Mail list logo