Re: json - check username

2013-08-28 Thread Russ Michaels
Hi Monique, you need to make sure that you are definately loading JQUERY, otherwise the $ function wont exist. On Wed, Aug 28, 2013 at 5:55 PM, Torrent Girl wrote: > > Hello > > I am trying this simple json code > http://ja.mesbrown.com/2009/10/coldfusion-and-jquery-using-ajax-to-call-a-cfc

Re: json - check username

2013-08-28 Thread Matt Quackenbush
That seems to indicate that jQuery isn't loaded, or perhaps you have another js library that is in conflict with jQuery. On Wed, Aug 28, 2013 at 12:55 PM, Torrent Girl wrote: > > Hello > > I am trying this simple json code > http://ja.mesbrown.com/2009/10/coldfusion-and-jquery-using-ajax-to-cal

Re: json - check username

2013-08-28 Thread Dave Watts
> I am trying this simple json code > http://ja.mesbrown.com/2009/10/coldfusion-and-jquery-using-ajax-to-call-a-cfc-and-return-json/ > > and no matter where I put my CFC, I get the following message. Any thoughts? > > > > ReferenceError: $ is not defined > > $.getJSON("validate.cfc", { That's a