I'm not JS expert so creating script from scratch will be difficult for me so I want to use plugin. There is many slider plugins but all of them use pre-created elements and I want p开发者_运维技巧agination with slide effect.
Do you know any plugin with that functionality?
You'll want to look at jQuery UI - especially the Tabs and Slider component. What you want sounds like you should combine two of the examples - Slider Controlled Tabs and Content via ajax.
Combining the two should be simple in terms of writing the JavaScript, although you might need to rewrite a large amount of CSS to create the desired pagination effect, and also look carefully at jQuery UI Tab's ajax mode options.
精彩评论