treehouse : what would you like to learn today?
Web Design Web Development iOS Development

infinite scroll and css odd even child

  • Hello,

    I don't know in which category I should write this question. but I think its a new one.

    I'm trying to use infinite scroll and Im loading .post class from css to load posts

    the problem is that I've having different style for odd and even posts. but my infinite scroll don't load it according. It loads the posts by using the 1st post style. following is the javascript

    http://jsfiddle.net/3udQ6/

    Please guide me to find a solution.