When I use , my page doesn\'t set, load, or retrieve cookies. Is there any way to get around t
UIWebviews don't store cookies. Use HTML5 local storage instead.
There is a small bug in the comment on the first line of jquery.cookie.js that iPads don't like.
Change /*! to /* on line 1.