homepage Welcome to WebmasterWorld Guest from 23.22.212.158
register, login, search, subscribe, help, library, PubCon, announcements, recent posts, open posts,
Subscribe and Support WebmasterWorld
Visit PubCon.com
Home / Forums Index / Code, Content, and Presentation / JavaScript and AJAX
Forum Library : Charter : Moderators: whoisgregg

JavaScript and AJAX Forum

    
What does $(string) mean?
jmf314159




msg:1474808
 4:21 pm on May 7, 2005 (gmt 0)

I found the following statement in a JavaScript library module:

var elements = document.getElementsByClassName($('class-name').value);

Would someone please explain the $(string) referrence?

Thank you very much.

Jay

 

jollymcfats




msg:1474809
 11:10 pm on May 7, 2005 (gmt 0)

You're probably looking at code that uses Prototype [prototype.conio.net], a javascript library. $() is just a function in the library, not special javascript syntax. In simple usage it works like this:

function $(domID) { 
return document.getElementById(domID);
}

(That's not the actual function definition, it's just a simplification.)

jmf314159




msg:1474810
 11:20 pm on May 7, 2005 (gmt 0)

Thank you very much!

Global Options:
 top home search open messages active posts  
 

Home / Forums Index / Code, Content, and Presentation / JavaScript and AJAX
rss feed

All trademarks and copyrights held by respective owners. Member comments are owned by the poster.
Terms of Service ¦ Privacy Policy ¦ Report Problem ¦ About
WebmasterWorld ® and PubCon ® are a Registered Trademarks of Pubcon Inc.
© Pubcon Inc. 1996-2012 all rights reserved