[jQuery] SimpleModal wierdness
Hi folks.. I can't fathom this out.
I have an image which looks like this:
<img src="/images/commoncraft.jpg" class="signup floatleft" />
and a bit of javascript with simplemodal that looks like this:
$(document).ready(function () {
$('.signup').click(function (e) {
e.preventDefault();
$('#modalwikivideo').modal();
});
});
The problem is it works fine in safari, firefox but Not IE. On
clicking the image, IE gives the rather unuseful error: Object doesn't
support this property or method
(It can be seen at: http://otwikiflash.net/action/wikipedia )
Any ideas what IE is moaning at??
Thanks! This is doing my head in..!
W