bmsterling schrieb: > Is there a way to check for cookies are enabled with jquery. and is there a > cookie pugin? > > > thanks
Yes there is a plugin: http://jquery.com/dev/svn/trunk/plugins/cookie/cookie.js?format=txt Does not check if cookies are enabled. You could use: navigator.cookieEnabled and if that is undefined try to set a cookie, then read it and if the value is still null you know cookies are disabled. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
