[jQuery] Re: Place value of navigator.cookieEnabled into an object. Why won't this work?!?!?

2007-08-23 Thread Stephan Beal
On Aug 23, 3:11 pm, Andy Matthews [EMAIL PROTECTED] wrote: userInfo['v_cookies'] = navigator.cookieEnabled; alert(navigator.cookieEnabled); ... Does anyone know what I can do to get around this? Alternately, is there a better, or more reliable way to check if the browser has

[jQuery] Re: Place value of navigator.cookieEnabled into an object. Why won't this work?!?!?

2007-08-23 Thread Stephan Beal
On Aug 23, 5:53 pm, Stephan Beal [EMAIL PROTECTED] wrote: While i see no particular problem with your code, are you SURE you don't have a typo in your function body? Double-check the spelling of 'cookieEnabled'. The last line of your post has a different spelling (one which i was able to