On this page:
I have implemented jQuery TOOLS tabs and its working great. So much better then jquery ui.
My goal was to make to separate page for comments which i did with tabs.
The problem is that when you submit comment it reloads the page but its not showing that tab with comments, but the first tab.
To make it clear, when you go to this page:
You get that tab with comments. Now, when you submit comment you end up on this page:
That last 11 is just and id of comment. What i need is for user to land on:
Any way to make that link work with #review? I hope someone understands me... :)
http://www.backpackers.rs/acommodation/hostels/aaa-hostel I have implemented jQuery TOOLS tabs and its working great. So much better then jquery ui.
My goal was to make to separate page for comments which i did with tabs.
$("#hosteli-tabs").tabs("#hosteli > div", { history: true });
The problem is that when you submit comment it reloads the page but its not showing that tab with comments, but the first tab.
To make it clear, when you go to this page:
http://www.backpackers.rs/acommodation/hostels/aaa-hostel/#review You get that tab with comments. Now, when you submit comment you end up on this page:
http://www.backpackers.rs/acommodation/hostels/aaa-hostel/comment-page-1/#comment-11 That last 11 is just and id of comment. What i need is for user to land on:
http://www.backpackers.rs/acommodation/hostels/aaa-hostel/comment-page-1/ Any way to make that link work with #review? I hope someone understands me... :)
