Skip to main content

Bug Tracker

Side navigation

Ticket #3259: test_ie_attr.html


File test_ie_attr.html, 0.4 KB (added by ben, August 18, 2008 02:47PM UTC)

HTML test of behavior

<html>
<head></head>
<body>
<form>
<button value="testValue" name="testName" type="submit" class="accessAid">
<img border="0" alt="" src="test.gif"/>
</button>
</form>
<script type="text/javascript" src="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.6.js"></script>
<script type="text/javascript">
alert($vpws('button').attr('value'));
</script>
</body>
</html>

Download in other formats:

Original Format