Gday,
I'm using version 1.3.3, and just discovered a new bug (i think).
Here is a testcase:
---------------------------
<html>
<head>
<script type="text/javascript"src="jquery-1.3.1.min.js"></script>
</head>
<body>
<input id="getMe" name="namela" value="blah" type="text"/>
</body>
<script type="text/javascript">
$("#getMe").val("blahblahblah");
</script>
</html>
-----------------------------
using firebug 1.3.3, use 'inspect" to see the value of the input
element. it still has "blah", instead of "blahblahblah" as expected.
Cheers,
WiB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---