Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

$

$

Optimized $ (document.getElementById) function. To enable this function and to keep this framework compatible with other frameworks, you must pass enable$=true into the src of this frameworks include script block (for example: src="script/glm-framework.js?enable$=true)

Parameters:

id - The id of the element to retrieve

nocache - (Optional) Set to true to force the document.getElementById() call and invalidate the cache for that id

Returns:

The element by id

Example:

var myDiv = $("myDiv");



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES