I wrote a small image slide show using jQuery and jFancyTiles, which can be seen here:
http://www.netzwerkag.at
It works as expected in firefox and IE, but not in iron / chrome. The problem seems to be related to document time. Already in chrome:
In line 76, the active class is set to the numbered round buttons in the lower right corner of the header image. It works!
On line 83, the image is changed by calling the fancy-tile function; this does not work in chrome, at least not at this time.
When I open iron_js_console with ctrl-shift-j and manually call the function, everything works.
In addition, if I wait 10 seconds, it even proceeds to the next image, in all browsers no previous steps are required.
The first fancytiles call does not work in iron / chrome. This is called the jquery document.ready event.
//What can I do?
santa source share