Cancelled GET requests in Chrome when using jquery-reel.js -


i'm using jquery reel plugin created image reel in rails app. implementation of plugin looks this:

        <%= image_tag "render_set_1/img00001.jpg", :class => "reel", :alt => "render_set_1/img00001.jpg",      :data => {:speed => "0.2", :frame => "2", :delay => "5", :frames => "119", :responsive  => "true", :draggable => "true", :timeout => "5", :path => "/assets/", :images =>      "render_set_1/img#####.jpg|2..119"}, :id => "render-img" %> 

it appears of requests images being cancelled, returning error "failed load resource net::err_address_unreachable", yet when click url image beside error takes me image, image there on server.

then, if open network tab there this. also, seems happening on chrome. on ff appears work expected.

any ideas may causing this? in advance help.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -