Monday, January 12, 2009

Prototype and Scriptaculous

These are snippets that I cannot yet remember by heart:


script type="text/javascript"

Event.observe(
window,
'load',
function() {
alert('put code here');
if ( $('notes') ){
// do stuff here
}
}
);

/script

No comments:

VisualVM on Windows with SDKMAN

 7/31/2024 - I have been using SDKMAN on Windows via Git Bash for some time now and truly like it.  I did however come across an interesting...