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:
parent
20391db9c2
commit
f337b8a637
2 changed files with 15 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue