I would assume that it doesn't like the \{0} part.. is this server-
side code or something?

On Jan 23, 4:56 pm, gvangass <gvang...@gmail.com> wrote:
> Hi
>
> Is there a reason why: alert($('#id\{0}___').val());
> not displaying the value, also no error with Firebug
>
> but
>
> alert(document.getElementById("id{0}___").value);
> displays it ?
>
> The html looks like this:
> <input id="id{0}___" type="text" onblur="show_value()" value="123"
> maxlength="10" size="10" name="id{0}___" />
>
> show_value()  run the alerts above
>
> Thanks
> gvg

Reply via email to