jquery 1.10.2 conflict with firefox 29.0.1

jquery 1.10.2 conflict with firefox 29.0.1

we have use jquery 1.10.2 http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js)

and firefox version 29.0.1

testing also this jsfiddle

var selected = []; $("#button").click(function(){ var grid = $("#myGrid").data("kendoGrid"); grid.tbody.find(".SelectedCB:checked").each(function(){ var row = $(this).closest("tr"); var model = grid.dataItem(row); selected.push(model); }); console.log(selected); });




but i have not get result of selected array in firebug console so how to solve this conflict with firefox

and also works fine in Chrome but not in firefox.

Error: http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js is being assigned a //# sourceMappingURL, but already has one

please help me.

reply asap.