gigebyte / cookies

Automatically exported from code.google.com/p/cookies
0 stars 0 forks source link

Please add support for select elements to cookieFill() #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User has requested (via Documentation comments) that I add support for
select elements to cookieFill()

Following code was provided:
{{{
if (nodeType === 'input' || nodeType === 'textarea' || nodeType === 'select')
{
    $(this).val(value);
}
}}}

Original issue reported on code.google.com by auldrid...@gmail.com on 28 Feb 2009 at 2:19

GoogleCodeExporter commented 9 years ago
Added in r28 along with better test cases

Original comment by auldrid...@gmail.com on 11 May 2009 at 11:45