X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=c1d64f2e97daf26be96323909c8d7f168cc732a1;hb=f50224d6530da96293ddbc16943e374a8b236e39;hp=4fe14f8a4bd27e1e0b0638dbcd66547d5bc07466;hpb=06ef8c06893595bbd03b57744837b491665900bc;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 4fe14f8..c1d64f2 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -390,6 +390,8 @@ jQuery.fn = jQuery.prototype = { * @test ok( $('#en').attr('lang') == "en", 'Check for lang attribute' ); * @test ok( $('#simon').attr('class') == "blog link", 'Check for class attribute' ); * @test ok( $('#name').attr('name') == "name", 'Check for name attribute' ); + * @test ok( $('#text1').attr('name') == "action", 'Check for name attribute' ); + * @test ok( $('#form').attr('action') == "formaction", 'Check for action attribute' ); * * @name attr * @type Object