Reason Developer Notebook
Posts tagged with “JavaScript” (All posts)
jQuery UI 1.8.11 in Reason - a few notes on use
April 13, 2011 at 2:10 pmAs of April 14, 2011, jQuery UI 1.8.11 is distributed in Reason, and can be added as a head item and used in a module in a similar way to…
Reason 4 Beta 8 Released - Lots of Changes
April 9, 2010 at 5:14 pmReason 4 Beta 8 was released on April 9, 2010. This post names some of the major changes, provides some links to more details and svn revision numbers.
jquery updated to 1.4.1
February 10, 2010 at 5:51 pmTonight's nightly build updates jquery_latest.js to jQuery 1.4.1.
I've put the previous version 1.3.2 parallel to jquery_latest.js. If you have compatibility problems with any custom javascript, you might just reference the…
Logout timer rewritten to handle sleep
February 8, 2010 at 4:10 pmReason has a logout timer which helps people avoid the problem where they submit a form and lose all the submitted information because of a session timeout.
From user reports, we discovered that the timer was not handling the case where a computer would go to sleep.
The logout timer has now been completely rewritten and should work better while consuming less resources.