Salve ragazzi,
ho un problema col solito Internet Explorer.
Ho scaricato una galleria fotografica. slideflow
Ho caricato foto ecc ecc su mozilla firefox, su google chrome tutto ok.
Lo apro con Internet Explorer e mi esce il seguente errore Proprietà o metodo non supportati dall' oggetto.
Il codice in errore si riferisce a
codice:
findElements: function(scope) {
var element;
if (element = $(this.params.id))
if (this.match(element))
if (!scope || Element.childOf(element, scope))
return [element];
scope = (scope || document).getElementsByTagName(this.params.tagName || '*');
var results = [];
for (var i = 0, length = scope.length; i < length; i++)
if (this.match(element = scope[i]))
results.push(Element.extend(element));
return results;
},