| javascript Programming Glossary: max_timeWhen are JavaScript objects destroyed? http://stackoverflow.com/questions/10112670/when-are-javascript-objects-destroyed  to fade direction determines which way to fade the element max_time length of the fade var Effects function this.fade function element.. var Effects function this.fade function element direction max_time  element.elapsed 0 clearTimeout element.timeout_id function.. if direction 'up'   element.style.opacity element.elapsed max_time  else if direction 'down'   element.style.opacity max_time element.elapsed.. 
 How to properly use mechanize to scrape AJAX sites http://stackoverflow.com/questions/6417801/how-to-properly-use-mechanize-to-scrape-ajax-sites  br.set_handle_refresh mechanize._http.HTTPRefreshProcessor max_time 1 br.addheaders 'User agent' 'Mozilla 5.0 Windows U Windows.. 
 |