4 Replies - 1306 Views - Last Post: 19 June 2013 - 02:11 PM

#1 jQueryNYC   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 19-June 13

jQuery scroller skips on second lap

Posted 19 June 2013 - 01:21 PM

Friends,

We are in the last stages of completing a site with a lot of jQuery and our homepage slideshow showing our clients many companies scrolls through fine (and it's a whopping 35 logos) on the first lap, but on the second lap, the logo and caption they stop matching up.

http://www.cleverdes.../sentinel/site/

The logos pull from a SQL database, there are no extras in the db.

Any help, greatly appreciated!

Best!

Is This A Good Question/Topic? 0
  • +

Replies To: jQuery scroller skips on second lap

#2 andrewsw   User is offline

  • no more Mr Potato Head
  • member icon

Reputation: 6957
  • View blog
  • Posts: 28,696
  • Joined: 12-December 12

Re: jQuery scroller skips on second lap

Posted 19 June 2013 - 01:44 PM

Seems to work for me in Google Chrome, although I got bored trying to count to 35. I don't think anyone will ever get to 35 :dozingoff:. It has afeectod my vison as will.

Perhaps you should describe what someone needs to do to replicate the issue, and which browser(s) show the incorrect behaviour.

This post has been edited by andrewsw: 19 June 2013 - 01:46 PM

Was This Post Helpful? 0
  • +
  • -

#3 jQueryNYC   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 19-June 13

Re: jQuery scroller skips on second lap

Posted 19 June 2013 - 01:48 PM

The logos and the captions stop matching up. We can't tell which is malfunctioning, the caption or the logo--or why it would be fine on the first lap and not match after. Agree about the 35 logos, but that's what the site spec is.
Was This Post Helpful? 0
  • +
  • -

#4 andrewsw   User is offline

  • no more Mr Potato Head
  • member icon

Reputation: 6957
  • View blog
  • Posts: 28,696
  • Joined: 12-December 12

Re: jQuery scroller skips on second lap

Posted 19 June 2013 - 02:02 PM

Well it might be the apostrophe's that break the HTML tags:

Quote

<img title='Tony Roma's'

should be

Quote

<img title='Tony Roma &# 39 ; s'

(without the extra spaces). Or you can use & apos ;.

Or, easiest:

Quote

<img title="Tony Roma's"

This post has been edited by andrewsw: 19 June 2013 - 02:13 PM

Was This Post Helpful? 0
  • +
  • -

#5 jQueryNYC   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 19-June 13

Re: jQuery scroller skips on second lap

Posted 19 June 2013 - 02:10 PM

No, if that were the case, it wouldn't work on first lap.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1