Trouble with syntax

Trouble with syntax

lmdjrllmdjrl Posts: 1Questions: 0Answers: 0
edited January 2011 in General
Hello.
I am brand new to this forum and fairly new to js and jquery so bear with me. I have implemented your datatables and I love it so far, but have only been able to get it working on my testing server (MAC Apache, MySQL 5.x). It works flawlessly there, but when I upload to a Windows live serve for the website, I get an error in firebug like this:
"$(". The code I am using is as follows:
[code]
var aDataSet = [];

$.getJSON('wineries/wineries.cfc', {method:"getWineryList", areaID:areaID, returnformat:"JSON"}, function(qwinerylist) {

for (var i=0; i
This discussion has been closed.