jQuery: The Write Less, Do More JavaScript Library

Show
Ignore:
Timestamp:
11/19/07 16:07:44 (9 months ago)
Author:
brandon.aaron
Message:

Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxlength, defaultValue, selectedIndex, tagName and nodeName.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/test/index.html

    r3839 r3856  
    4141        <ol id="empty"></ol> 
    4242        <form id="form" action="formaction"> 
    43             <input type="text" name="action" value="Test" id="text1"/> 
     43            <input type="text" name="action" value="Test" id="text1" maxlength="30"/> 
    4444            <input type="text" name="text2" value="Test" id="text2" disabled="disabled"/> 
    4545            <input type="radio" name="radio1" id="radio1" value="on"/> 
     
    5656            <button id="button" name="button">Button</button> 
    5757             
    58             <textarea id="area1">foobar</textarea> 
     58            <textarea id="area1" maxlength="30">foobar</textarea> 
    5959             
    6060            <select name="select1" id="select1">