Added more test for attr, one for filter; Added test to check IE issue $('input').attr('name', 'something'), modified fixture to test this

This commit is contained in:
Jörn Zaefferer 2006-09-08 17:48:21 +00:00
parent 20391db9c2
commit f337b8a637
2 changed files with 15 additions and 2 deletions

View file

@ -44,6 +44,8 @@
<input type="hidden" name="hidden" id="hidden1"/>
<input type="text" style="display:none;" id="hidden2"/>
<input type="text" id="name" name="name" value="name" />
<select name="select1" id="select1">
<option id="option1a" value="">Nothing</option>
<option id="option1b" value="1">1</option>