mootools.js error in ie8
Posted: 29 Sep 2011, 13:43
my Phoca gallery give error mootools.js in ie8.
Message: Object doesn't support this property or method
Line: 23
Char: 10
Code: 0
URI: http://localhost/joomla/media/system/js/mootools.js
this script is line number 23 script which is given below...
<script type="text/javascript">
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal-button').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
</script>
if you have any solution of this then please solve it.....
Message: Object doesn't support this property or method
Line: 23
Char: 10
Code: 0
URI: http://localhost/joomla/media/system/js/mootools.js
this script is line number 23 script which is given below...
<script type="text/javascript">
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal-button').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
</script>
if you have any solution of this then please solve it.....