That selector works fine in Safari and Chrome (WinXP) for me. Could you post your HTML and any relevant code on what you're doing?
On Aug 6, 7:43 am, hobbyman <lance.pe...@gmail.com> wrote: > I am programming in ASP.NET and using a "hidden" server control which > basically creates a hidden input in the browser. > > The only problem with that is that the client ID is or can be dynamic. > > So I have this selector that works in Firefox and IE: > > $("[id$='_hidCanEdit']").val() > > This DOES NOT work in Safari or Chrome. > > I'm using jQuery 1.3.2.