Git Product home page Git Product logo

Comments (9)

arielsalminen avatar arielsalminen commented on July 19, 2024

Can you paste the markup you are using?

from responsiveslides.js.

kurioscreative avatar kurioscreative commented on July 19, 2024

I'm using jQuery 1.6.2, and my code looks something like this

$(function () {
  // Slideshow 1
  $("#slides1").responsiveSlides({
    maxwidth: 360,
    speed: 600
  });
});

<ul class='no-bullets' id='slides1'>
  <li class='image'>
    <a href="/link.html"><img alt="" height="240" src="img.jpg" width="360" /></a>
    <h3>Title</h3>
    Description
  </li>
  <li class='image'>
    <a href="/link.html"><img alt="" height="240" src="img.jpg" width="360" /></a>
    <h3>Title</h3>
    Description
  </li>
  <li class='image'>
    <a href="/link.html"><img alt="" height="240" src="img.jpg" width="360" /></a>
    <h3>Title</h3>
    Description
  </li>
</ul>

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on July 19, 2024

Hmm, strange. I just tested with exactly same markup and jQuery version and it works for me in all browsers. Are you using the latest version of the plugin?

I might need to see the actual page to be able to help you on this one.

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on July 19, 2024

Did you get this working?

from responsiveslides.js.

kurioscreative avatar kurioscreative commented on July 19, 2024

Yeah, I'm not sure what the problem was honestly, but it started working. Thanks for following up and your help!

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on July 19, 2024

No problem : )

from responsiveslides.js.

peric avatar peric commented on July 19, 2024

I also have the same issue...don't understand what's going on.

from responsiveslides.js.

enchance avatar enchance commented on July 19, 2024

Same here. It's like it disappears during the animation phase then reappears when the animation is complete. I may be wrong.

from responsiveslides.js.

enchance avatar enchance commented on July 19, 2024

I found the problem! I removed the plugin jquery.animate-enhanced.min.js and everything went back to normal. There must be a conflict somewhere which caused it to disappear then reappear at some point. Wooo!

from responsiveslides.js.

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.