Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript how do you auto up load class content jQuery

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #147396

    I am trying to find a java script code php that might be able to do this for me.

    say for example I have category pages called cars.

    in another folder I have content which includes

        <div class="container">
        <div class="grid-12">
        <div class="column-box">
        <h1 class="car-title">Cars</h1>
        <img src="" class="car-images"/>
        <p class="car-info">Some Content Here</p>
        </div>
        </div>
        </div>
    

    and then automatically in the car categories page would be able to pick up the content inside the column box. horizontal list view. In is own box. and the add new horizontal list if have those classes. Of course would be able to style the list view different to page content.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.