Response title
This is preview!
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.
Error: http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
...nbind(u,this._urlChangedProxy),i.unbind(c,this._sameProxy),i.unbind(l,this._back... |
Switch to unminimized scripts. If that doesn’t help, share a link to your page, so we can take a look.
© 2013 jQuery Foundation
Sponsored by and others.