nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 356 forks source link

ie 6 children() selector #574

Closed leohgbs closed 10 years ago

leohgbs commented 10 years ago
  1. the source code at 522 $.data this, "restartDelay", null something wrong here. It's formate error, delete the white space before will solve the problem
  2. ie 6 children() not work the normal way. if the .banner div is like this:

    source code 103: $.data this, "total", $element.children().not(".slidesjs-navigation", $element).length

    i made this $.data this, "total", $element.find(">div").not(".slidesjs-navigation").length