how do i do pagination on html?
i want to make a blog page in html and have the next and page numbers and last work like pagination on wordpress.
i have the basic set up but don't know how to set t up tho.
Page 1 of 1
pagination
#2
Posted 03 March 2012 - 01:02 AM
idk wut u meant... pagination in javascript?
Cheers,
Patryk Moura.
Patryk Moura.
#3
Posted 03 March 2012 - 01:05 AM
Cheers,
Patryk Moura.
Patryk Moura.
#4
Posted 03 March 2012 - 01:17 AM
like how on wordpress if you click next or 1, 2, 3 it goes to another page like but doesn't change url but changes the display option.
like this: http://d-scribe.de/w...emo_options.htm this is somewhat i am looking for but instead for a blog page doesn't matter if its html or javascript or php if i have to php then i will.
like this: http://d-scribe.de/w...emo_options.htm this is somewhat i am looking for but instead for a blog page doesn't matter if its html or javascript or php if i have to php then i will.
#5
Posted 03 March 2012 - 02:25 AM
i don“t like that jquery way...
my tip is:
create an php, that makes the query, with limit and offset (please!!! jquery loads all the data... think about 1M of data =p)...
create an ajax and return via json_encode to ur jquery
and then use the jquery solution...
got it?
my tip is:
create an php, that makes the query, with limit and offset (please!!! jquery loads all the data... think about 1M of data =p)...
create an ajax and return via json_encode to ur jquery
and then use the jquery solution...
got it?
Cheers,
Patryk Moura.
Patryk Moura.
#6
Posted 03 March 2012 - 02:50 AM
huh i don't know much about php or javascript i just know html.
sorry. i am mostly looking for guides or scripts or how to get scripts to work. i found some but don't know how to make them work.
sorry. i am mostly looking for guides or scripts or how to get scripts to work. i found some but don't know how to make them work.
#7
Posted 03 March 2012 - 04:53 AM
deathwish, on 03 March 2012 - 02:50 AM, said:
huh i don't know much about php or javascript i just know html.
sorry. i am mostly looking for guides or scripts or how to get scripts to work. i found some but don't know how to make them work.
sorry. i am mostly looking for guides or scripts or how to get scripts to work. i found some but don't know how to make them work.
post the ones that you found if you will
#8
Posted 03 March 2012 - 06:29 AM
http://www.dynamicdr...lpagination.htm
http://www.dynamicdr...inate/index.htm
blog what i want is to make the numbers at the end of the last post to be like a link to another page but stay on same page and doesn't really load or go to another page.
http://www.dynamicdr...inate/index.htm
blog what i want is to make the numbers at the end of the last post to be like a link to another page but stay on same page and doesn't really load or go to another page.
#9
Posted 05 March 2012 - 04:00 AM
oh man, this is not a pagination, this is a nav-bar...
where are you experiencing difficulties to build the code?
where are you experiencing difficulties to build the code?
Cheers,
Patryk Moura.
Patryk Moura.
#10
Posted 05 March 2012 - 06:49 AM
no its not a navbar its a pagination like on wordpress wherer if you click the <<1 2 3 4 5 >> part like if i click on 3 it would load up another page but same page with different results on it.
like this link: http://sixserve.com/...er__all__st__30 (second page with more topics)
http://sixserve.com/...opicfilter__all original page (first page with topics)
i want it where instead of showing a big page of items i want it cut down to where it shows up like 3 or 4 per page then it shows next page or 1 3 4 with prev and next button at the end of the page.
like this link: http://sixserve.com/...er__all__st__30 (second page with more topics)
http://sixserve.com/...opicfilter__all original page (first page with topics)
i want it where instead of showing a big page of items i want it cut down to where it shows up like 3 or 4 per page then it shows next page or 1 3 4 with prev and next button at the end of the page.
Share this topic:
Page 1 of 1

Sign In »
Register Now!
Help
Twitter
Flickr



Back to top











