Search code examples
jquerycodeignitertabsforum

jquery tab problem and delete question


im working on a site and i have making a jquery tab but i want to do if i have select number 2 on the tab and then refresh i want it to remember what tab i have selected, so it dont fall back to nr 1 again but stays at the selected tab.

here is my site: http://www.rapcom.dk its the tab on the right

i have a little problem to and its when i click on the links in the tab menu it dont show the page but hide all the content on the jquery tab :S.

on the same website i have a forum and i want people to remove the comments if they want, how can i do that?

Thanks so much


Solution

  • You can use the cookie plugin with the tab plugin and remember the selected tab in a cookie. See the tab plugin documentation for more information on the cookie option.

     $( ".selector" ).tabs({ cookie: { expires: 30 } });