Bootstrap and Edit Success Message
- Single Page
Posted 19 May 2012 - 08:39 AM
{"success":true,"insert_primary_key":true,"success_message":"<p>Your data has been successfully updated. <a href='http:\/\/localhost\/dbpm\/index.php\/main\/building'>Go back to list<\/a><\/p>"}
Others on this forum have reported this behavior too.
Any idea what to do to fix?
Thanks
[attachment=177:Screen Shot 2012-05-19 at 4.34.24 AM.png]
Posted 19 May 2012 - 09:11 AM
$crud->unset_jquery();
Posted 19 May 2012 - 11:38 AM
Posted 08 June 2012 - 02:22 AM
I have this same problem. Did you ever figure this out?
Posted 08 June 2012 - 07:03 AM
Posted 23 August 2012 - 16:08 PM
im using the theme datatables
$crud->set_theme('datatables');
and the problem was in the file /var/www/html/assets/grocery_crud/themes/datatables/js/datatables-add.js
have in line 23
alert(data.success);
i commnet it and the problem was solved
//alert(data.success);
i hope this help some one
Posted 17 September 2012 - 13:20 PM
i got same issue but is only exist with Chrome, as in firefox is works fine this issue wasn't exist in previous version is only exist in version 1.3.1 I think is Browser incompatibility issue