Figured it out thanks. $("#ID") didn't realize it was on the documentation either
On Jan 8, 12:47 pm, Mastro <fmas...@gmail.com> wrote: > I'm new to Jquery, and wondering how in JS using JQ how I can find a > specific control on a page based off it's ID. Also can I use > it's .net ID, or do I need to use the ClientID? I'm assuming > ClientID.. > > $......find("ControlID")