tags:

views:

29

answers:

1

Hello, I see quite a lot of History plugin for jquery but Im not quite sure which one of them supports JsonP (json with padding)? Do you guys know of a plugin where it can handle the Back button and JsonP requests? Thanks!

+1  A: 

Maybe u should add to the document.location the page number like this /articles/pages/#10 with adding to a html href="#10" and you will get navigation with back, also after page load you should parse document.location and refresh page content(send jsonp req for it) for page number in url.

Shtirlic
thanks guys i solved by implementing really simple search ;)
r2b2