1) Script Title: Ajax Tabs 2.2
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem: I use old ajaxtabs to load .php page that query on my db for long data list on my web platform. It works good except for page reload or when moving between tabs. Infact when I reload page or when I insert data in a modal form, there's no way to have it at the same scroll point it was. This is because, I guess, the php file called in each ajax tabs makes request, take long time and simply reload at top.
I've tried some js scripting but I'm not a programmer.. I'm to force back da scroll, but it came before ajax complete the php page loading and so it don't work.
As the creator of the code I ask you if there a way to edit the script to something like: ok register the scroll position and after ajax complete/success scroll the page to previous position. Ideal could be that there's an option to decide if get scroll position on tab click, whole page reload or both.
Hope that still someone is in touch with this code
thank you
Dave



Reply With Quote
Bookmarks