jQuery working on Firefox but not on Chrome

Creative4i

New Member
I've been stuck with this for a couple of days now. I'm developing a website and I've been testing it on Firefox, but what is working on Firefox is not Working on Chrome or mobile browsers like Chrome, Firefox or Dolphin HD.Here is the code in a jsFiddle: http://jsfiddle.net/5QMJQ/10/What it does is get the data selected in the first five selects and add it to the last one.It's fine in Firefox, but in Chrome it doesn't enter in the functions. And I don't know what else to do.\[code\]$(document).ready(function () { console.log('1 - Working'); // Funci
 
Back
Top