[jQuery] Re: imageAreaSelect bug

2008-06-19 Thread webmotionuk
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

[jQuery] Re: imageAreaSelect bug

2008-06-17 Thread webmotionuk
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