Hi guys
I have the following case:
<input type="text" id="Test" />
<script>
$('#Test').val(null);
</script>
See working example here:
http://jquery.nodnod.net/cases/421
In IE (i have tested in IE7), it puts the words null into the textbox
in all other browsers it puts nothing into the textbox. Why is this???
Cheers
Anthony
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" 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/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---