I created a new issue report for this http://code.google.com/p/fbug/issues/detail?id=6317
Thanks Honza On Mar 14, 3:35 pm, Stanislav Spuzyak <[email protected]> wrote: > Recently, I found out that I do not see "value" attribute in Console if > that attribute was add to the input by JavaScript. > > In a HTML I add Input as: > .... code ... > <input type="text" name="name"/> > .... code ... > > Then in a JavaScript I add value attribute for that tag: > $('input[type="text"]').val(someValue); > > In a Console tag doesn't update with new attribute, but using JS I can get > the value: > someValue = $('input[type="text"]').val(); > > I was wondering if somebody got the same problem. > Thanks for any advice. -- -- 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 https://groups.google.com/forum/#!forum/firebug --- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
