> $(form).('select')[0].selectedIndex = 2; > > But this wont work. > What am I doing wrong? How should I use object subselectors?
$(form).find('select');
> $(form).('select')[0].selectedIndex = 2; > > But this wont work. > What am I doing wrong? How should I use object subselectors?
$(form).find('select');