Giter VIP home page Giter VIP logo

Comments (7)

mrxot87 avatar mrxot87 commented on June 6, 2024

I found the problem.

Why is that gallery does not want to work with jquery 1.7.1 in google chrome, but it worked fine in other browsers.
very strange.

from fotorama.

artpolikarpov avatar artpolikarpov commented on June 6, 2024

The minimum version of jQuery is 1.8.0. I do not care about 1.7.x, sorry!

from fotorama.

Wildhind avatar Wildhind commented on June 6, 2024

jQuery 1.11. Problem exists when open in fancybox

from fotorama.

artpolikarpov avatar artpolikarpov commented on June 6, 2024

@Wildhind, could you show a test case that I could look at and debug?

from fotorama.

djmel avatar djmel commented on June 6, 2024

Same problem with ajxax upload content in wordpress
I change
this:
return Bc ? +i(a.css("transform")) : +a.css("left").replace("px", "")
to:
return Bc ? +i(a.css("transform") ? a.css("transform") : a.css("-webkit-transform")) : +a.css("left").replace("px", "")
it solve problem with TypeError but sliding still not work

from fotorama.

artpolikarpov avatar artpolikarpov commented on June 6, 2024

@djmel, could you show a live test case?

from fotorama.

djmel avatar djmel commented on June 6, 2024

I don't know what is going on, but if I execute:
$(anyselector).css('transform');
on first page (not ajax loaded), it works anywhere on ajax loaded content.
Otherwise, after ajax loaded content $(anyselector).css('transform') return 'undefined' and fotorama doesn't work

from fotorama.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.