I m wondering if someone has tried already to port jQueryMobile on top of Zepto.js (http://zeptojs.com/) instead of the required jQuery?
I have a portion of code to update a cell value like this: jQuery("#myGridDiv").jqGrid( setCell , myRowToEdit, myColToEdit, myNewValue); that s about it, and sometimes it happens that a blank dummy ...