anybody knows why the following fails in ie, but works ok in firefox?
$('<input>').attr({'type': 'button', 'id':'some-id', 'value': 'yes'})

when i remove the type hash attribute, it works:
$('<input type="button">').attr({'id':'some-id', 'value': 'yes'});

dennis.

Reply via email to