V
V
Vadim kyklaed2016-11-06 16:15:31
HTML
Vadim kyklaed, 2016-11-06 16:15:31

How to find the place in the code that is responsible for navigating through the pages?

Hello everyone, there is a site www.povarenok.ru/recipes/ I can’t find a place in the code that is responsible for switching pages with recipes, here at the very top of the page there are 1,2,3,4,5, etc., which part of the code is responsible for this ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Edward, 2016-11-06
@kyklaed

<div class="paginator_conteyner">
    <div id="p_clone" style="width:100%">
        <div class="paginator" id="paginator_0" style="width:100%"><table width="100%"><tbody><tr><td width="7.142857142857143%"><span><strong>1</strong></span></td><td width="7.142857142857143%"><span><a href="/recipes/~2/">2</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~3/">3</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~4/">4</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~5/">5</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~6/">6</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~7/">7</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~8/">8</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~9/">9</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~10/">10</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~11/">11</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~12/">12</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~13/">13</a></span></td><td width="7.142857142857143%"><span><a href="/recipes/~14/">14</a></span></td></tr><tr><td colspan="14"><div class="scroll_bar"><div class="scroll_trough"></div><div class="scroll_thumb" style="width: 8px; left: 0px;"><div class="scroll_knob"></div></div><div class="current_page_mark" style="width: 3px; left: -1.5px;"></div></div></td></tr></tbody></table></div>
        <div class="paginator_pages" style="width:100%"></div>
    </div>
</div>

U
Umar Mukhamedaliyev, 2016-11-06
@umarishe

In the "body" section
div id="topcontainer" => div id="middle" => div id="container" => div id="content" =>
div class="paginator_contayner"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question