With jquery.mobile-1.0rc1 ; getting errors when working in a simple dialog -
Chrome error message
Uncaught TypeError: Object
& in FF -
$.mobile.pageLoading() is not a function
Here is a snippet of code -
$(document).delegate('#importCCRLink', 'click', function() { $(this).simpledialog({ 'mode' : 'bool', 'prompt' : 'Are you sure to import?', 'useModal': true, 'buttons' : { 'OK': { click: function () { showTempLoading(); }, theme: "p" }, 'Cancel': { click: function () {
- any idea!
Avi c source share