Jump to content
  • 0

плагин imgAreaSelect и событие load в IE


Adel1ne
 Share

Question

Здравствуйте!

Есть картинка:

<img id="img_for_avatar" src="img/test.jpg" />

Необходимо, что бы при срабатывании события load этой картинки, запускался плагин imgAreaSelect, вроде бы все просто:

<script type="text/javascript">
$(document).ready(function() {
$('#img_for_avatar').load(function()
{
$('#img_for_avatar').imgAreaSelect({
handles: true
});
}
});
</script>

Но, почему-то в Internet Explorer (у меня версия 8), происходит зацикливание события load. В остальных браузерах все нормально. Подскажите, в чем может быть причина?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy