You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//AJAX success:
success: function(response) {
var overall_result = JSON.parse(response);
//Parsing json
var result = overall_result.result;
for(var f = 0; f < result.length; f++){
jQuery('#qrcode').qrcode("this plugin is great");
}
}
No errors are being catched in the console, the browser just freezes. What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
No errors are being catched in the console, the browser just freezes. What am I doing wrong here?
The text was updated successfully, but these errors were encountered: