Please Help Me

Discussion in 'JavaScript' started by aCebOy, Dec 29, 2012.

  1. #1
    Hello Dear Senior Programers, Please Help Me tO Create Auto Pagination In My Web Site Please Tell Me That In This Script,

    <script>
    $(function() {

    var $update = $( '#preview > span' );

    $( "#slider" ).pagination( {
    total : 100,
    onChange : function( value ) {
    $update.text( value );
    }
    } );

    });


    Which Syntax We Can Enter To Open Next Page Automatically Like Page2.php And In Page 3 Script Open Page3.php Please Tell Me, I'm Noob In Web Programing .. :(
     
    aCebOy, Dec 29, 2012 IP
  2. AlaskaWebDesign

    AlaskaWebDesign Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should use just links on the page. This will be easier to maintain. Or are you putting this into a menu?
     
    AlaskaWebDesign, Jan 8, 2013 IP
  3. aCebOy

    aCebOy Banned

    Messages:
    68
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    36
    #3
    Dear I am putting it to my web as pagination ..
     
    aCebOy, Jan 10, 2013 IP