jscroll
jscroll copied to clipboard
Next page link's href could be only static html path?
In my asp.net project,there is no html file.And I write the following code:
<a class="next" href="/MyOrder/ChargerBabyOrders/2"></a>
However,how could I load '/MyOrder/ChargerBabyOrders/3'(the 3rd page)?jscroll support action url?