Вопрос

Hi i have the following code

 var $tabs = $("#tabs").tabs({
      cookie: { expires:1 }
  });

this very nice. But how can i unset this cookie? something like

$( "#tabs" ).tabs( "option", "cookie", { expires: 0 } );

Any suggestion?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top