flychen50 / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

val(0) doesn't work #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $myInputElement->val(0)
2.
3.

What is the expected output? What do you see instead?
Should add the attribute value valued to 0 (like that <input value="0"/>).
It doesn't.

What version of the product are you using? On what operating system?
R286

Please provide any additional information below.
It should be processed like a null value actually, but it's not.

Original issue reported on code.google.com by nicolas....@gmail.com on 30 Oct 2008 at 5:33

GoogleCodeExporter commented 9 years ago
Fixed in r287.

Original comment by tobiasz....@gmail.com on 30 Oct 2008 at 10:26