• Hello, I am having problems using the function.
    ( Optimize HTML Code )
    I am using the load more ajax function for the website

    Normal code when not clicked loadmore

    <div class="poster">
    <a href="http://domain.com">
    <img src="http://domain.com/a.jpg">
    </a>
    </div>

    And after click loadmore

    <div class="poster">
    <img src="http://domain.com/a.jpg">
    <a href="http://domain.com"></a>
    </div>

    The img tag is out of the a tag

    I had to turn that off, looking forward to your feedback. Hope you understand what I said.

    • This topic was modified 6 years, 6 months ago by hellodollys.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Optimize HTML Code? Error loadmore ajax’ is closed to new replies.