Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

CFJS (ColdFusionJavaScript for jQuery)
Project Home Known Issues External Project Link Contact Project

Author: Christopher Jordan (All RIAForge projects by this author)
Last Updated: November 4, 2011 9:12 AM
Version: 1.2.1
Views: 62,834
Downloads: 2,472
License: MIT

Description:

CFJS is a library of 73 ColdFusion functions written in JavaScript.

Last Update:

In jQuery 1.7, a "native" implementation of the isNumeric function has been added to the jQuery core. Because of this, I had to re-work how the CFJS implementation works so that it's unobtrusive.

Essentially, CFJS will now use the new jQuery core version of isNumeric if it exists, and if not will use the same implementation that's been in CFJS for years.

So, if you plan on using the latest and greatest version of jQuery, and you're using IsNumeric, then you'll need to get the latest and greatest version of CFJS as well.

Thanks to @ajpiano in the #jquery IRC channel for the assist in finding an elegant solution to this problem.

Requirements:

jQuery is required. As of version 1.2.1 jquery.cfjs now supports jQuery 1.7 and earlier.

Issue Tracker:

ID ISSUE STATUS UPDATED
14 RandRange()? Closed 10/20/11 9:01 AM
15 DecimalFormat() throws error on string (only accepts numeric types) Fixed 10/20/11 8:55 AM
13 Round() IE versus Firefox issue. Open 06/02/10 2:03 PM
12 Demo Page Not Found Fixed 10/31/09 2:50 PM
10 Fleshing out formatting functions Closed 09/16/09 11:51 AM

View All Issues

To enter issues for this (or any other) project, you must be logged in.

Source Control Access:

This project hosts its source control at an external location:
https://github.com/topherj/cfjs