Ask questions and get good answers on mb.jQuery.components

Hi,

When viewing in Safari there is not content showing in Extruder.

http://mentortut.cbr.calytrix.com/tutorials.html

Thanks

asked Feb 10 '11 at 22:49

Andrew's gravatar image

Andrew
1


If you take a look at the console you can see many javascript errors from PIE.js:

TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
batraining.cbr.calytrix.comFailed to load resource: annullato
svg%3ERisorsa interpretata come documento ma trasferita con image/svg+xml tipo MIME.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:23TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:24TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:25TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:56<td> misplaced in <table>. Creating <tr> and putting <td> inside it.
1.html:23TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:24TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:23TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:24TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:24TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
PIE.js:11TypeError: Result of expression 'window.attachEvent' [undefined] is not a function.
1.html:24TypeError: Result of expression 'PIE.attach' [undefined] is not a function.
favicon.icoFailed to load resource: the server responded with a status of 404 (Not Found)

This could be the cause for the unworking menu... Bye, Matteo

answered Feb 11 '11 at 14:09

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

This was not the cause.

In menu.html I had to include the <body> tag and place the menu items in there. In other browsers I was creating menu items dynamically, Safari did not understand that...

Then I had jQuery $(document).ready(function () not firing or not working for some reason, so I had to resort to doing <body onload="myscript">

Extruder is now working fine on Safari 5.0.3

http://mentortut.cbr.calytrix.com/tutorials.html

answered Feb 20 '11 at 23:01

Andrew's gravatar image

Andrew
1

Your answer
toggle preview

jQuery main site - Matteo Bicocchi