[jQuery] How can i use condition "not exist"?

[jQuery] How can i use condition "not exist"?


I know that it true
if ( !($.cookie('test') ) {
$.cookie('test', 'yes');
}
but it now ork :))))
why???? :))