![]() |
| ||
| $('idname') means what? I cannot find documentation of this anywhere. I am assuming from context that this goes a id lookup of a dom object and returns the object. Is that correct? If someone could point me to documentation of this, I would greatly appreciate it. Thanks, |
| ||
| Re: $('idname') means what? no it didnot return any dom object taking id. if u want to do that u should use getElementById('idname') method of document object. |
| ||
| Re: $('idname') means what? OK, I finally found the answer to my own question: Not sure what the best reference is, but here is one that lists some common functions and includes the $(), or if you want to find it via google the dollar function: http://www.dustindiaz.com/top-ten-javascript/ |
| ||
| Re: $('idname') means what? From the Ecmascript specification: Quote:
|
| All times are GMT -4. The time now is 7:27 pm. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC