Frequently Asked Question
When should I enable or disable jquery in xcrud_config.php?
Last Updated 5 months ago
xCRUD is a powerful library and easily integrated in other frameworks especially UI frameworks. In most cases you will notice that the other frameworks have included a library like jquery for its functions. In such a case you need to disable jquery loading on xcrud_config.php file.
So the statement will be like
public static $load_jquery = false;
If the library is not included set the above line to true.