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