[jQuery] Re: Using Wildcards to find specific ID on a page

2007-08-10 Thread David Williams
$('#divContainAnswer').show(); }); }); On Aug 10, 11:54 am, David Williams <[EMAIL PROTECTED]> wrote: > Wow fast responses to this group, I am impressed. Thanks. > Brandon: Yes I used your second suggestion. The full line binds a > click event to hide/show a s

[jQuery] Re: Using Wildcards to find specific ID on a page

2007-08-10 Thread David Williams
;substring "bar" > > So your query would look like this: > > $('[EMAIL PROTECTED]') > > I would add a tag name in the front for a little performance boost: > > $('[EMAIL PROTECTED]') > > You can find more info on those s

[jQuery] Using Wildcards to find specific ID on a page

2007-08-10 Thread David Williams
Summary: I am new to JQuery. Is it possible to search for a element by ID using a wildcard? Something like this where "*" indicates a wildcard? $('#*btnTest') Background: I develop in ASP.Net. The button in question exist in a user control, which when placed on a page modifies the generated