That's fine too.  Since it looks like you're able to do everything you
need without using PHP at all, you may want to consider moving that
code into a JavaScript file so that it gets cached.


On May 16, 10:31 am, thekman <[EMAIL PROTECTED]> wrote:
> Thanks Scott,
> What I am now using outside of the php loop is:
>
> var cookieJar = $.cookieJar('CookieJar');
> $.each(cookieJar.toObject(), function(i, val) {
> if (val == 'closed') { $('#'+i+' .Content').hide();
>  }
>
> });
>
> this works perfectly, unless you know of any reason I should be doing
> it differently?

Reply via email to