jQuery query :)
- Started
- Last post
- 17 Responses
- leewilson78
Anyone using the pagination plugin from jQuery ( http://plugins.jquery.com/projec…)
Can't seem to display more than one item per page, changed the items_per_page:1 items_per_page:10 but it has no effect, can anyone help?
- leewilson780
replies like this that give sites like this a bad name
- dajaniel0
I'm a developer too and I'd never ask a question like that here. Sorry. :-(
There are tonnes of more obvious places to ask language-specific questions.
- Perhaps it's because you're a developer you'd not ask. Everyone else is free to, encouraged, indeed, thanks.Nairn
- It's amazing what you yourself can learn when you step outside your tiny little box and help other people.Nairn
- I help people on other forums. Thanks for the advice.dajaniel
- Then I'd suggest you stick to those forums.Nairn
- LOL.dajaniel
- acescence0
maybe if we could see the page you're trying to get working
- janne760
leewilson,
you give love
a bad name..
- janne760
just kidding.. you got a link to your project?
- janne760
guess i am talking to myself here.
right,
off to bed.
- neverblink0
Are you sure you have multiple items to display?
- Stugoo0
post sample code please
- neverblink0
I have looked into this, as the plug-in seemed promissing, but the demo in the zip is indeed flawed/incomplete and you will need to take a look at the sourcecode of the demo located here:http://d-scribe.de/webtools...
- Jnr_Madison0
What a load of shit, many people get help here covering a whole range of issues.
- ********0
dajaniel = bellend
- OhYeah0
Would be cool to see this working with wordpress...
- neverblink0
OhYeah > you will lose the dynamic urls of WP (?page=xx etc) and you would need to write a deeplinking script to handle requests to specific pages/posts which will work nicly with the htaccess in WP.. I don't think it's a real good idea
- *needs to work nicelyneverblink
- shit sounds complex. I just thought of offsetting a few posts. Anyways will use this laterOhYeah
- acescence0
^ if you use URL rewriting, you can just append something on the end with a hash for deep linking and WP will otherwise ignore it. I've done this for a single JS paginated site in wordpress
- neverblink0
true, that's what I meant with the custom deeplinking script.. but if you have
.../posts/1324#post=10
which will your script show? post 1321 or post 10 ?

