Notification of JavaScript Vision Additions/Updates/Changes

February 3, 2002

Added the JSV_searchSelectBox function. JavaScript Vision, Version 2.14.0

July 25, 2001

Modification to the JSV_storeData function to return true. JavaScript Vision, Version 2.13.1

July 23, 2001

Added the JSV_dateCompare function. JavaScript Vision, Version 2.13.0

June 10, 2001

Added the JSV_shrinkWhitespace function. JavaScript Vision, Version 2.12.0

April 25, 2001

Added the JSV_compare and JSV_compareNoCase function. JavaScript Vision, Version 2.11.0

March 24, 2001

Added the getRadioButtonCheckedValue function. JavaScript Vision, Version 2.10.0

February 1, 2001

Change to the isWindowOpen function to include ability to determine if window is open based on either the window name when using openWindow, or the window handle when using popWindow or coding your own open window function. JavaScript Vision, Version 2.9.5

January 17, 2001

Minor bug fixes to the setAttribute function and the getWindowDimensions function. JavaScript Vision, Version 2.9.4

January 11, 2001

Minor bug fix to nthDay function. JavaScript Vision, Version 2.9.3

January 8, 2001

Minor bug fix to storeData function. JavaScript Vision, Version 2.9.2

December 27, 2000

Addition of the following field functions:

JavaScript Vision, Version 2.9.1

December 26, 2000

Change Function Comments
Added JSV_formPointer See the Form Functions page for further information.
Added JSV_storeData See the Form Functions page for further information.
Added JSV_retrieveData See the Form Functions page for further information.
Added JSV_mailTo See the Form Functions page for further information.
Modified JSV_leapYear The argument to the JSV_leapYear function can now be either an integer year (e.g., 2001) or a date object ( e.g., var todayIs = new Date() ).
Added JSV_alert See the Dialog Functions page for further information.
Added JSV_confirm See the Dialog Functions page for further information.
Added JSV_prompt See the Dialog Functions page for further information.


Addition of the following field functions:

JavaScript Vision, Version 2.9

September 4, 2000
Modification to the JSV_br and JSV_nbsp function to correct a problem with identifying whether an argument was passed. Modification of the JSV_calendar function to ensure balanced table tags. Addition of the JSV_listDelete function. JavaScript Vision, Version 2.8

March 22, 2000
Addition of the JSV_appletTag, JSV_appletParamTag, JSV_windowCenter, JSV_getWindowDeltas, JSV_getWindowDimensions, JSV_xyValues functions. Modification of the JavaScript Vision Custom ColdFusion Tag to include the new window management functions. JavaScript Vision, Version 2.6.7

January 30, 2000
Modifications to the JSV_calendar function. JavaScript Vision, Version 2.6.6

January 27, 2000
Addition of the JSV_getDocumentLastModified function. JavaScript Vision, Version 2.6.5

January 18, 2000
Addition of the JSV_getFullYear function and modification of the JSV_formatDate function to take advantage of the capabilities of the JSV_getFullYear function. JavaScript Vision, Version 2.6.4

January 11, 2000
Modification of the JS_VISION.cfm to accept either a module name, a comma-delimited list of module names, or individual module names as attributes, that the user wishes to incorporate into a Cold Fusion page. Also included is a tag editor for the JS_VISION.cfm custom tag. (See the JavaScript Vision Custom ColdFusion Tag documentation.) JavaScript Vision, Version 2.6.3

December 25, 1999
Modification of the JS_VISION.cfm to accept either a module name, or a comma-delimited list of module names, that the user wishes to incorporate into a Cold Fusion page. (See the JavaScript Vision Custom ColdFusion Tag documentation.) JavaScript Vision, Version 2.6.2

November 26, 1999
Addition of the JSV_writeDebug2 function to programmatically include the calling function name in each line written to the debug console. JavaScript Vision, Version 2.6.1

November 12, 1999
Minor documentation update and addition of FAQ page. JavaScript Vision, Version 2.6

October 30, 1999
Added the beta version of the Frame Management functions. JavaScript Vision, Version 2.6

September 24, 1999
Modified the JSV_writeDebug function to not place focus on the debug console each call to the JSV_writeDebug function. JavaScript Vision, Version 2.5.1

September 22, 1999
Added the JavaScript debug trace functions and modified the JSV_dateDiff function to return more than just the number of days. JavaScript Vision, Version 2.5

September 15, 1999
Modified the JSV_capitalizeFirstCharacter to not change all characters after the first character to lowercase; hence the name of the function. Also changed the JSV_fsInitialCap and JSV_fvInitialCap functions to work in harmony with the JSV_capitalizeFirstCharacter function and add the ability to pass RESETCASE as an argument to these functions. JavaScript Vision, Version 2.4.2

September 11, 1999
Modified the JSV_calendar function to allow the user more flexibility in the format of the calendar. JavaScript Vision, Version 2.4.1

September 7, 1999
Modified the global variable names to be unique to JavaScript Vision. Correct problem when adding an item to an empty list in the JSV_listAppend function. Correct minor problem with not passing an argument to some of the HTML functions. Added the JavaScript Vision Custom ColdFusion Tag JavaScript Vision, Version 2.4

May 20, 1999
Added the JSV_dollarFormat function. Correct formatting problems in the JSV_formatDate function. JavaScript Vision, Version 2.3.3

May 20, 1999
Added the JSV_subjoin function. JavaScript Vision, Version 2.3.2

May 20, 1999
Added the JSV_toBoolean function; fixed a minor bug in the JSV_fsInitCap function. JavaScript Vision, Version 2.3.1

May 14, 1999
Added the JavaScript Vision utility functions; fixed a minor bug in the openWindow function. JavaScript Vision, Version 2.3

April 29, 1999
Added the JavaScript Vision window management functions. JavaScript Vision, Version 2.2

April 19, 1999
Changes in each of the JavaScript Vision js files to correct problems using the some of the functions in Version 3.0 of Netscape. JavaScript Vision, Version 2.1

April 14, 1999
Removed the JavaScript 1.2 string functions from the JS_Vision_String.js file and placed them in the JS_Vision_String4.js file so the basic string functions may still be used in Version 3.0 of Netscape. JavaScript Vision, Version 2.0.9

April 10, 1999
Modification to the fsInitialCap and fvInitialCap to handle the capitalization of certain last names (e.g., O'Brien, McCoy and MacDonald). JavaScript Vision, Version 2.0.8

April 9, 1999
Addition addition of the capitalize, listAppend, and capitalizeFirstCharacter functions. JavaScript Vision, Version 2.0.7

March 31, 1999
Addition of the documentation for the fsInitialCap, fvInitialCap, fvToLowerCase, and fvToUpperCase functions; and the addition of the dateDiff, convertDateString, and queryString functions. JavaScript Vision, Version 2.0.6

March 13, 1999
Addition of the ordinalSuffix function. JavaScript Vision, Version 2.0.5

February 23, 1999
Addition of the fsFormatPhone and fvFormatPhone functions. JavaScript Vision, Version 2.0.4

February 16, 1999
Correction to fvEmail function. JavaScript Vision, Version 2.0.3

February 6, 1999
Addition of the isDay and isMonth functions. JavaScript Vision, Version 2.0.2

February 4, 1999
Addition of the fsDate and fvDate functions. JavaScript Vision, Version 2.0.1

January 25, 1999
Initial release of JavaScript Vision, Version 2.0

Receive email when this page changes

Powered by NetMind
 
Click Here

As changes are made to the JavaScript Vision library, this page will be updated to reflect those changes. By entering your e-mail into the Mind-it form, you will then be notified of any changes to the JavaScript Vision library when this page is updated.