Newbie Jquery questionhttp://forums.asp.net/t/1564714.aspx/1?Newbie+Jquery+questionFri, 04 Jun 2010 08:30:57 -040015647143892644http://forums.asp.net/p/1564714/3892644.aspx/1?Newbie+Jquery+questionNewbie Jquery question <p><br> </p> <p>Just wondering, what's the diference between:</p> <ol> <li>&#36;('#idtxtBox')</li><li>&#36;find('idtxtBox')</li></ol> <p><br> </p> <p>Thanks in advance,<br> </p> 2010-06-02T16:26:20-04:003892680http://forums.asp.net/p/1564714/3892680.aspx/1?Re+Newbie+Jquery+questionRe: Newbie Jquery question <p>1. is jQuery, 2. isn't.</p> <p>1 is equivalent to &#36;get('idtbtBox'), which is&nbsp;identical to&nbsp;document.getElementById('idtxtBox').</p> 2010-06-02T16:44:35-04:003892741http://forums.asp.net/p/1564714/3892741.aspx/1?Re+Newbie+Jquery+questionRe: Newbie Jquery question <p>so to what framework does &#36;find and &#36;get belong to? Do all browsers support it?<br> </p> 2010-06-02T17:14:17-04:003893844http://forums.asp.net/p/1564714/3893844.aspx/1?Re+Newbie+Jquery+questionRe: Newbie Jquery question <p>here is your answer : </p> <p>http://mattberseth.com/blog/2007/08/the_everuseful_get_and_find_as.html</p> <p><i>Hope this helps !!!</i><br> </p> 2010-06-03T04:27:09-04:003897851http://forums.asp.net/p/1564714/3897851.aspx/1?Re+Newbie+Jquery+questionRe: Newbie Jquery question <p>Excellent link, thanks!!!<br> </p> 2010-06-04T08:30:57-04:00