Assuming addevent is required, the following 3 results were found.
function to this one). How? So this is my take on it, if anyone has a better idea, I'd really appreciate it. window.addEvent('scroll', function() { var menu_highest_top = $('jdo_marker_table').getCoordinates().top; var menu_height =...
biggy The following code is basically the least amount of code (or near enough) you will need to get this to work: window.addEvent('domready', function() { $('myForm').addEvent('submit', function(e) { // Prevents the default submit event from loading a...
on is far more complex and I need to keep extracting the basic mechanisms of this to demo here. Under Construction! window.addEvent('domready', function() { var v_width = $('v_placeholder').getCoordinates().width; var v_win_x =...